diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 2a85b38..b90d1c8 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -32,7 +32,7 @@ steps: - event: [pull_request] - name: build - image: quay.io/thegeeklab/hugo:0.151 + image: quay.io/thegeeklab/hugo:0.152 commands: - hugo --panicOnWarning -s exampleSite/ diff --git a/.woodpecker/static.yaml b/.woodpecker/static.yaml index e4f4ec9..bbaac56 100644 --- a/.woodpecker/static.yaml +++ b/.woodpecker/static.yaml @@ -46,7 +46,7 @@ steps: FORCE_COLOR: "true" - name: testbuild - image: quay.io/thegeeklab/hugo:0.151 + image: quay.io/thegeeklab/hugo:0.152 depends_on: [assets] commands: - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}