We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937547b commit bdc5866Copy full SHA for bdc5866
.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@v4.6.4
+ uses: JamesIves/github-pages-deploy-action@v4.6.8
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