Skip to content

Commit 5a322cc

Browse files
committed
fix gh pages
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 2892d82 commit 5a322cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
cache: "false"
4242
- name: Prepare GitHub Pages
4343
run: mise run prepare-gh-pages
44+
env:
45+
BASE_URL: "${{ steps.pages.outputs.base_url }}/"
4446
- name: Setup Pages
4547
id: pages
4648
uses: actions/configure-pages@v5

docs/hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ enableRobotsTXT = true
2828

2929
[taxonomies]
3030
tag = "tags"
31+
32+
[caches]
33+
[caches.images]
34+
dir = ':cacheDir/images'

0 commit comments

Comments
 (0)