Skip to content

Commit badb587

Browse files
authored
fix: Hugo version
1 parent 42ae178 commit badb587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
env:
32-
HUGO_VERSION: 0.138.0
32+
HUGO_VERSION: 0.147.0
3333
steps:
3434
- name: Install Hugo CLI
3535
run: |
@@ -47,6 +47,9 @@ jobs:
4747
- name: Update theme to Latest commit
4848
run: git submodule update --remote --merge
4949
- name: Build with Hugo
50+
env:
51+
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
52+
HUGO_ENVIRONMENT: production
5053
run: |
5154
hugo \
5255
--buildDrafts --gc --minify \

0 commit comments

Comments
 (0)