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 8c7a43c commit 664b731Copy full SHA for 664b731
.github/workflows/deploy-docs.yaml
@@ -37,7 +37,7 @@ jobs:
37
# Popular action to deploy to GitHub Pages:
38
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
39
- name: Deploy to GitHub Pages
40
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
41
with:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
# Build output to publish to the `gh-pages` branch:
0 commit comments