Skip to content

Commit

Permalink
fix: use workign action flow for git static page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 27, 2023
1 parent 94e73a6 commit 9ccdd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

0 comments on commit 9ccdd0d

Please sign in to comment.