Update docs-gh-pages.yml

This commit is contained in:
Nuno Coração 2022-09-11 22:04:57 +01:00 committed by GitHub
parent 632be5f6bd
commit d5cd6cdbad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
hugo-version: "latest"
- name: Build
run: cd exampleSite && hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/
run: hugo -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3