fixed github action bug

This commit is contained in:
Nuno Coração 2022-10-01 00:03:15 +01:00
parent 75158b9618
commit d340351960

View file

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