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 b338aaf commit af8fc6aCopy full SHA for af8fc6a
.github/workflows/gh-pages.yaml
@@ -22,7 +22,7 @@ jobs:
22
echo "result=$(readlink -f ./result)" >> $GITHUB_OUTPUT
23
- name: Deploy Github Pages
24
if: ${{ github.ref == 'refs/heads/main' }}
25
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: "${{ steps.build.outputs.result }}/"
0 commit comments