fix: wrong hugo version in CI pipeline
Some checks failed
ci/woodpecker/push/deploy-rsync Pipeline failed
Some checks failed
ci/woodpecker/push/deploy-rsync Pipeline failed
This commit is contained in:
parent
e1370b89bf
commit
5351f630c6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: golang:1.23-bookworm
|
image: golang:1.23-bookworm
|
||||||
environment:
|
environment:
|
||||||
HUGO_VERSION: 0.135.2
|
HUGO_VERSION: 0.135.0
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
commands:
|
commands:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue