Skip to content

Commit 8157563

Browse files
authored
Fix base URL
1 parent cd4894f commit 8157563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
hugo \
5959
--gc --minify \
60-
--baseURL "${{ steps.pages.outputs.base_url }}/"
60+
--baseURL "https://${{ github.repository_owner }}.github.io/"
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v3
6363
with:

0 commit comments

Comments
 (0)