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 a3d2ee4 commit 38984c8Copy full SHA for 38984c8
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
22
23
- name: Deploy
24
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_dir: ./site
0 commit comments