Skip to content

Commit af8fc6a

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4 (#621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b338aaf commit af8fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "result=$(readlink -f ./result)" >> $GITHUB_OUTPUT
2323
- name: Deploy Github Pages
2424
if: ${{ github.ref == 'refs/heads/main' }}
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: "${{ steps.build.outputs.result }}/"

0 commit comments

Comments
 (0)