Skip to content

Commit 3578154

Browse files
committed
fix workflow
1 parent 6164248 commit 3578154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
hugo \
7171
--gc \
7272
--minify \
73-
--baseURL "${{ steps.pages.outputs.base_url }}/staging"
73+
--baseURL "${{ steps.pages.outputs.base_url }}/staging" \
7474
--destination "/public/staging"
7575
- name: Upload artifact
7676
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)