We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654c7c commit 703ce43Copy full SHA for 703ce43
1 file changed
.github/workflows/main.yml
@@ -33,5 +33,6 @@ jobs:
33
# 別人的actions拿來借用
34
uses: JamesIves/github-pages-deploy-action@releases/v4
35
with:
36
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
BRANCH: deploy # deploy 到 gh-pages 這個分支
38
FOLDER: dist # build 後的資料夾
0 commit comments