Skip to content

Commit

Permalink
ci: only pin to hugo patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Dec 10, 2024
1 parent 65ab826 commit 9acb011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
- event: [pull_request]

- name: build
image: quay.io/thegeeklab/hugo:0.136.5
image: quay.io/thegeeklab/hugo:0.136
commands:
- hugo --panicOnWarning -s exampleSite/

Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
FORCE_COLOR: "true"

- name: testbuild
image: quay.io/thegeeklab/hugo:0.136.5
image: quay.io/thegeeklab/hugo:0.136
depends_on: [assets]
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
Expand Down

0 comments on commit 9acb011

Please sign in to comment.