Skip to content

Commit

Permalink
Merge pull request #141 from jonathanharrell/update-pages-deploy-action
Browse files Browse the repository at this point in the history
Update pages deploy action
  • Loading branch information
jonathanharrell authored Jul 23, 2024
2 parents 36f0aa4 + c484c3f commit eb79586
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
- uses: JamesIves/github-pages-deploy-action@3.7.1
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 }}
BRANCH: gh-pages
FOLDER: docs/.vuepress/dist
BUILD_SCRIPT: npm install && npm run postcss && npm run minify && npm run docs:build && npm run docs:index
CI: true

Expand Down

0 comments on commit eb79586

Please sign in to comment.