Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
forsaken628 committed Dec 28, 2023
1 parent 15d622c commit 53ad284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Push Docs to Github Pages Repo
run: |
cd ./public
git push --quiet --force https://${{ secrets.GH_TOKEN }}@github.com/screeps-cn/screeps-cn.github.io.git master
git push --quiet --force https://${{ secrets.GITHUB_TOKEN }}@github.com/screeps-cn/screeps-cn.github.io.git master
- name: Push Docs to Gitee Pages Repo
run: |
Expand Down

0 comments on commit 53ad284

Please sign in to comment.