Skip to content

Commit

Permalink
fix the Deploy step.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhong committed Sep 5, 2024
1 parent 4dd98a8 commit b3f0bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs # The folder the action should deploy.

0 comments on commit b3f0bee

Please sign in to comment.