We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48e3ad commit 704939bCopy full SHA for 704939b
1 file changed
.github/workflows/pages.yml
@@ -27,6 +27,8 @@ jobs:
27
cache: true
28
29
- name: Build docs
30
+ env:
31
+ HUGO_BASEURL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
32
run: mise run build-docs
33
34
- name: Push rendered site to gh-pages
0 commit comments