Skip to content

Commit

Permalink
chore: gh pages update
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Dec 23, 2022
1 parent acd1b98 commit 7b6e91d
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -68,8 +68,7 @@ jobs:
NODE_AUTH_TOKEN: ${{github.token}}

- name: Deploy Github Pages
uses: peaceiris/[email protected]
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./dist/demo
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist/demo
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:

- name: Upload coverage reports
run: bash <(curl -s https://codecov.io/bash)

- name: Deploy Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist/demo

0 comments on commit 7b6e91d

Please sign in to comment.