We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d141188 commit cb203dcCopy full SHA for cb203dc
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
55
HUGO_ENVIRONMENT: production
56
run: |
57
- hugo --environment pages --minify
+ hugo --environment pages --minify --baseURL "https://tpf.github.io/tprf-hugo-site/"
58
- name: Upload artifact
59
uses: actions/upload-pages-artifact@v3
60
with:
0 commit comments