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 58d495d commit 46000f4Copy full SHA for 46000f4
.github/workflows/hugo.yml
@@ -27,11 +27,11 @@ jobs:
27
- name: Setup Hugo
28
uses: peaceiris/actions-hugo@v2
29
with:
30
- hugo-version: '0.129.0'
+ hugo-version: '0.154.3'
31
extended: true
32
33
- name: Build
34
- run: hugo --minify
+ run: hugo build
35
36
- name: Upload Pages artifact
37
uses: actions/upload-pages-artifact@v3
hugo.toml
@@ -3,3 +3,7 @@ languageCode = 'en-us'
3
title = 'TIL of Raimbek'
4
5
theme = "til"
6
+
7
+[caches]
8
+ [caches.images]
9
+ dir = ':cacheDir/images'
0 commit comments