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 e297511 commit a326405Copy full SHA for a326405
.github/workflows/deploy-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm run docs
24
25
- name: Deploy docs
26
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.6.9
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