We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f97b2d commit 269264dCopy full SHA for 269264d
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
make html
24
25
- name: Deploy to gh-pages
26
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ 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/_build/html # The folder the action should deploy.
0 commit comments