We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09d0a7 commit 6dcdfa6Copy full SHA for 6dcdfa6
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