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 cd4894f commit 8157563Copy full SHA for 8157563
.github/workflows/pages.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
hugo \
59
--gc --minify \
60
- --baseURL "${{ steps.pages.outputs.base_url }}/"
+ --baseURL "https://${{ github.repository_owner }}.github.io/"
61
- name: Upload artifact
62
uses: actions/upload-pages-artifact@v3
63
with:
0 commit comments