task: let the pirates curse again on deploy

This commit is contained in:
Sören Weber 2021-10-17 01:33:29 +02:00
parent 0c1586c25f
commit bc1e48cfa6
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -24,7 +24,7 @@ jobs:
# extended: true
- name: Build Site
run: hugo --minify --source exampleSite --destination ../public
run: hugo --minify --source exampleSite --destination ../public --baseURL https://mcshelby.github.io/hugo-theme-relearn/
- name: Deploy Site
uses: peaceiris/actions-gh-pages@v3