mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
fixed github action bug
This commit is contained in:
parent
fc3ea314ac
commit
bd96cb3bb9
2 changed files with 3 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
HUGO_ENVIRONMENT: production
|
HUGO_ENVIRONMENT: production
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
run: |
|
run: |
|
||||||
hugo -s exampleSite --themesDir ../..
|
hugo --minify -s exampleSite --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -6,6 +6,8 @@ theme = "blowfish"
|
||||||
baseURL = "https://nunocoracao.github.io/blowfish/"
|
baseURL = "https://nunocoracao.github.io/blowfish/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
relativeURLs = true
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 20
|
paginate = 20
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
Loading…
Reference in a new issue