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 a6ac2b6 commit b4b1362Copy full SHA for b4b1362
.github/workflows/hugo.yaml
@@ -58,7 +58,8 @@ jobs:
58
run: |
59
hugo \
60
--gc \
61
- --minify
+ --minify \
62
+ --baseURL "${{ github.event.repository.homepage }}"
63
- name: Upload artifact
64
uses: actions/upload-pages-artifact@v3
65
with:
hugo.toml
@@ -1,4 +1,4 @@
1
-baseURL = 'https://nimpylib.org/'
+
2
languageCode = 'en-us'
3
title = 'Nim PyLib Site'
4
theme = 'ananke'
0 commit comments