Skip to content

Commit dcc19bb

Browse files
author
hokkaydo
committed
trigger workflow
1 parent 7ec55f4 commit dcc19bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
concurrency: ci-${{ github.ref }}
1414
steps:
15-
- uses: actions/checkout@v4.1.7 # This action checks out your repository
15+
- uses: actions/checkout@v4 # This action checks out your repository
1616
- name: Run gen_static.sh script
1717
run: sh gen_static.sh
1818
- name: Build and Deploy
19-
uses: JamesIves/github-pages-deploy-action@v4.6.8
19+
uses: JamesIves/github-pages-deploy-action@v4
2020
with:
2121
branch: gh-pages
2222
folder: static
23-
clean: true
23+
clean: true
24+
force: true

0 commit comments

Comments
 (0)