We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755616f commit 2c4b321Copy full SHA for 2c4b321
.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
89
rm website/build/artifact.tar
90
cp .asf.yaml ./website/build/.asf.yaml
91
- name: Deploy to gh-pages
92
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
93
if: github.event_name == 'push' && github.ref_name == 'master'
94
with:
95
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments