Update theme and hugo version
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
leafee98 2025-01-02 00:11:57 +08:00
parent 2ae4d60221
commit 57fe6d6e21
3 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ steps:
when:
- branch: main
event: push
image: 'myhugo:0.3'
image: 'myhugo:0.4'
environment:
HTTP_USER:
from_secret: HTTP_USER

View file

@ -2,7 +2,8 @@ FROM debian:bullseye-slim
RUN apt update && \
apt install --yes curl ca-certificates && \
curl --location --output hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-amd64.deb && \
curl --location --output hugo.deb \
https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_extended_0.140.2_linux-amd64.deb && \
apt install --yes ./hugo.deb && \
rm ./hugo.deb && \
apt clean && \

@ -1 +1 @@
Subproject commit acba79eebca8557fd01ac365d9a947959218b346
Subproject commit fc226c618910070206d0d4f28d5ac2cd5766c2e3