We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2abfc commit 714ce00Copy full SHA for 714ce00
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Deploy
36
if: github.ref == 'refs/heads/main'
37
- uses: JamesIves/github-pages-deploy-action@4.1.5
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
38
with:
39
branch: gh-pages # The branch the action should deploy to.
40
folder: docs/_build/html # The folder the action should deploy.
0 commit comments