Skip to content

Commit a285d60

Browse files
0.1.0 development
1 parent ad0d8e4 commit a285d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
hugo \
6060
--gc \
6161
--minify \
62-
--baseURL "${{ steps.pages.outputs.base_url }}/site"
62+
--baseURL "${{ steps.pages.outputs.base_url }}/"
6363
- name: Upload artifact
6464
uses: actions/upload-pages-artifact@v3
6565
with:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gemfile.lock
2020
# Hugo gitignores
2121
/site/resources/
2222
/site/public/
23-
/site/themes/tailwind/
23+
/site/themes/
2424
.hugo_build.lock

0 commit comments

Comments
 (0)