This commit is contained in:
parent
c41606ded3
commit
4bdd265b19
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ clone:
|
||||||
steps:
|
steps:
|
||||||
# Build hugo static files
|
# Build hugo static files
|
||||||
build:
|
build:
|
||||||
image: golang:1.20-bookworm
|
image: golang:1.21-bookworm
|
||||||
environment:
|
environment:
|
||||||
- HUGO_VERSION=0.117.0
|
- HUGO_VERSION=0.120.4
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue