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 ad0d8e4 commit a285d60Copy full SHA for a285d60
.github/workflows/hugo.yml
@@ -59,7 +59,7 @@ jobs:
59
hugo \
60
--gc \
61
--minify \
62
- --baseURL "${{ steps.pages.outputs.base_url }}/site"
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
63
- name: Upload artifact
64
uses: actions/upload-pages-artifact@v3
65
with:
.gitignore
@@ -20,5 +20,5 @@ Gemfile.lock
20
# Hugo gitignores
21
/site/resources/
22
/site/public/
23
-/site/themes/tailwind/
+/site/themes/
24
.hugo_build.lock
0 commit comments