We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e731431 commit 6fbcef3Copy full SHA for 6fbcef3
.github/workflows/deploy.yml
@@ -14,11 +14,10 @@ jobs:
14
- uses: actions/checkout@v2 # This action checks out your repository
15
- name: Run gen_static.sh script
16
run: sh gen_static.sh
17
- - name: Git fetch all
18
- run: git fetch --all
19
- name: Build and Deploy
20
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@v4.6.4
21
with:
22
- branch: gh-pages # The branch the action should deploy to.
23
- folder: static # The folder the action should deploy.
24
- # You can specify additional configuration here as needed.
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: static
+ clean: true
0 commit comments