Update pages.yml

This commit is contained in:
Nuno Coração 2022-09-30 23:56:39 +01:00 committed by GitHub
parent 264333972e
commit d2a0eaddc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,7 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify -s exampleSite --themesDir ../.. \
--baseURL "https://nunocoracao.github.io/blowfish/"
hugo -s exampleSite --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: