Skip to content

Commit cb203dc

Browse files
committed
Fix base URL in GH pages build
1 parent d141188 commit cb203dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
5555
HUGO_ENVIRONMENT: production
5656
run: |
57-
hugo --environment pages --minify
57+
hugo --environment pages --minify --baseURL "https://tpf.github.io/tprf-hugo-site/"
5858
- name: Upload artifact
5959
uses: actions/upload-pages-artifact@v3
6060
with:

0 commit comments

Comments
 (0)