Skip to content

Commit 0939421

Browse files
committed
Update baseURL in Hugo build workflow.
1 parent ad0cb25 commit 0939421

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.pages.outputs.base_url }}/"
85+
--baseURL "${{ secrets.PRODUCTION_URL }}/"
8686
8787
- name: Upload artifact
8888
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)