Skip to content

Commit b4b1362

Browse files
committed
impr(ci,cfg): rm dup baseURL cfg
1 parent a6ac2b6 commit b4b1362

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
run: |
5959
hugo \
6060
--gc \
61-
--minify
61+
--minify \
62+
--baseURL "${{ github.event.repository.homepage }}"
6263
- name: Upload artifact
6364
uses: actions/upload-pages-artifact@v3
6465
with:

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://nimpylib.org/'
1+
22
languageCode = 'en-us'
33
title = 'Nim PyLib Site'
44
theme = 'ananke'

0 commit comments

Comments
 (0)