We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3def049 commit 05eead5Copy full SHA for 05eead5
.github/workflows/blank.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: add a nojekyll file
25
run: touch $GITHUB_WORKSPACE/www/.nojekyll
26
- name: Deploy
27
- uses: JamesIves/github-pages-deploy-action@4.0.0
+ uses: JamesIves/github-pages-deploy-action@4.6.4
28
with:
29
branch: gh-pages # The branch the action should deploy to.
30
folder: www # The folder the action should deploy.
0 commit comments