We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4b9a0 commit 4c817c2Copy full SHA for 4c817c2
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
cd docs/src && make docs && touch ../.nojekyll
25
- name: Deploy
26
- uses: JamesIves/github-pages-deploy-action@4.2.1
+ uses: JamesIves/github-pages-deploy-action@v4.6.1
27
with:
28
branch: gh-pages # The branch the action should deploy to.
29
folder: docs # The folder the action should deploy.
0 commit comments