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 84dfc82 commit 2a622f1Copy full SHA for 2a622f1
.github/workflows/deploy-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm run docs
26
27
- name: Deploy docs
28
- uses: JamesIves/github-pages-deploy-action@v4.6.9
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
29
with:
30
branch: gh-pages # The branch the action should deploy to.
31
folder: docs # The folder the action should deploy.
0 commit comments