Fix: actions url
All checks were successful
/ build (push) Successful in 1m29s

This commit is contained in:
Dorian Zedler 2023-08-16 14:00:38 +02:00
parent 63ba298a8a
commit 129003e17c
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -29,7 +29,7 @@ jobs:
hugo --minify
- name: Deploy
uses: https://peaceiris/actions-gh-pages@v3
uses: https://github.com/peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}