Skip to content

Commit

Permalink
Merge pull request #84 from jonathanharrell/gh-action
Browse files Browse the repository at this point in the history
fix(build): fix Github action
  • Loading branch information
jonathanharrell authored Jun 2, 2021
2 parents 20885ea + d0b3fdf commit 0843709
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/.vuepress/dist
token: ${{ secrets.ACCESS_TOKEN }}
- uses: JamesIves/[email protected]
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
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 0843709

Please sign in to comment.