fixed github action bug

This commit is contained in:
Nuno Coração 2022-10-01 00:07:55 +01:00
parent fc3ea314ac
commit bd96cb3bb9
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -6,6 +6,8 @@ theme = "blowfish"
baseURL = "https://nunocoracao.github.io/blowfish/"
defaultContentLanguage = "en"
relativeURLs = true
enableRobotsTXT = true
paginate = 20
summaryLength = 30