fixed github action bug

This commit is contained in:
Nuno Coração 2022-10-01 00:05:48 +01:00
parent d340351960
commit fc3ea314ac

View file

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