ci: update gh pages action in github workflow

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-03 16:12:10 +01:00
parent 361c5a989f
commit ead81a6cdd
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -30,7 +30,7 @@ jobs:
echo "result=$(readlink ./result)" >> $GITHUB_OUTPUT
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}