Skip to content

Commit 6dcdfa6

Browse files
committed
fixup! Add GitHub Pages deployment workflow
1 parent a09d0a7 commit 6dcdfa6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
cache: true
2828

2929
- name: Build docs
30+
env:
31+
HUGO_BASEURL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
3032
run: mise run build-docs
3133

3234
- name: Push rendered site to gh-pages

0 commit comments

Comments
 (0)