Skip to content

Commit f03a978

Browse files
committed
hugo.toml
1 parent 8fe9246 commit f03a978

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hugo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
2222
ignoreLogs = ["warning-goldmark-raw-html"]
2323
preserveTaxonomyNames = true
2424

25+
# Recommended for GitHub Actions (image cache in cacheDir)
26+
[caches]
27+
[caches.images]
28+
dir = ":cacheDir/images"
29+
2530
[pagination]
2631
pagerSize = 10
2732

0 commit comments

Comments
 (0)