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
|
||||
run: |
|
||||
hugo \
|
||||
--source ./exampleSite
|
||||
--source ./exampleSite \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
- name: Upload artifact
|
||||
|
|
Loading…
Reference in a new issue