We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14902c9 commit 0fade18Copy full SHA for 0fade18
.github/workflows/docs.yml
@@ -59,9 +59,10 @@ jobs:
59
touch build/.nojekyll
60
61
- name: Deploy 📬
62
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4
63
if: github.ref == 'refs/heads/master'
64
with:
65
- ACCESS_TOKEN: ${{ secrets.AccessToken }}
66
- BRANCH: gh-pages # The branch the action should deploy to.
67
- FOLDER: build # The folder the action should deploy.
+ # token: ${{ secrets.AccessToken }}
+ branch: gh-pages # The branch the action should deploy to.
+ folder: build # The folder the action should deploy.
68
+ clean: true
0 commit comments