Fix workflow

Miss a backslash after command
This commit is contained in:
Leafee 2022-11-14 22:07:37 +08:00 committed by GitHub
parent d11dd64eef
commit 2824974ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
HUGO_ENV: production
run: |
hugo \
--source ./exampleSite
--source ./exampleSite \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact