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 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