Skip to content

Commit

Permalink
fix(build): fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharrell committed Jul 23, 2024
1 parent eae71ea commit 0ea7291
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 0ea7291

Please sign in to comment.