Skip to content

Commit 46000f4

Browse files
committed
update hugo version
1 parent 58d495d commit 46000f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Setup Hugo
2828
uses: peaceiris/actions-hugo@v2
2929
with:
30-
hugo-version: '0.129.0'
30+
hugo-version: '0.154.3'
3131
extended: true
3232

3333
- name: Build
34-
run: hugo --minify
34+
run: hugo build
3535

3636
- name: Upload Pages artifact
3737
uses: actions/upload-pages-artifact@v3

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ languageCode = 'en-us'
33
title = 'TIL of Raimbek'
44

55
theme = "til"
6+
7+
[caches]
8+
[caches.images]
9+
dir = ':cacheDir/images'

0 commit comments

Comments
 (0)