Skip to content

Commit

Permalink
Merge pull request #145 from jonathanharrell/fix-build
Browse files Browse the repository at this point in the history
fix(build): fix linter errors
  • Loading branch information
jonathanharrell authored Jul 23, 2024
2 parents 5826e5d + 0ea7291 commit 302f21a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
npm run minify
npm run docs:build
npm run docs:index
- uses: JamesIves/github-pages-deploy-action@releases/v2
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/.vuepress/dist
env:
ALGOLIA_ADMIN_API_KEY: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
CI: true
- uses: JamesIves/github-pages-deploy-action@releases/v2
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/.vuepress/dist

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 302f21a

Please sign in to comment.