Skip to content

Commit 0b2449e

Browse files
committed
Update baseURL in hugo build step
1 parent 7a0409e commit 0b2449e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cd web
8383
hugo \
8484
--minify \
85-
--baseURL "${{ steps.deployment.outputs.page_url }}/"
85+
--baseURL "${{ steps.pages.outputs.base_url }}"
8686
8787
- name: Upload artifact
8888
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)