Fix workflow
Miss a backslash after command
This commit is contained in:
parent
d11dd64eef
commit
2824974ffa
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--source ./exampleSite
|
--source ./exampleSite \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in a new issue