We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec55f4 commit dcc19bbCopy full SHA for dcc19bb
.github/workflows/deploy.yml
@@ -12,12 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
concurrency: ci-${{ github.ref }}
14
steps:
15
- - uses: actions/checkout@v4.1.7 # This action checks out your repository
+ - uses: actions/checkout@v4 # This action checks out your repository
16
- name: Run gen_static.sh script
17
run: sh gen_static.sh
18
- name: Build and Deploy
19
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4
20
with:
21
branch: gh-pages
22
folder: static
23
- clean: true
+ clean: true
24
+ force: true
0 commit comments