We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9587f2e + 4fc41ec commit c61a7d9Copy full SHA for c61a7d9
.github/workflows/build-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
args: build docs/docfx.json
27
- name: Publish to GitHub Pages
28
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
29
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
publish_dir: docs/_site
0 commit comments