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 bef21c5 commit 455e16fCopy full SHA for 455e16f
.github/workflows/ci-cd.yml
@@ -378,7 +378,7 @@ jobs:
378
run: if [ -n "$GHPAGES_DEPLOY_KEY" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
379
- name: Deploy Docs to GitHub Pages
380
if: steps.deployable.outputs.DEPLOY
381
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
382
with:
383
github_token: ${{ secrets.GHPAGES_DEPLOY_KEY }}
384
publish_dir: docs-build
0 commit comments