task: deploy without destination

This commit is contained in:
Sören Weber 2021-10-17 01:15:45 +02:00
parent a7ed81d234
commit 3469c9fb36
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
- name: Deploy Site
uses: peaceiris/actions-gh-pages@v3