We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f06aa8 commit c109b6aCopy full SHA for c109b6a
.github/workflows/deploy-website.yaml
@@ -37,7 +37,7 @@ jobs:
37
npm run build
38
fi
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