We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022406d commit 387f4a1Copy full SHA for 387f4a1
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
run: docfx docs/docfx.json
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: docs/_site
0 commit comments