We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da68bc commit d12a65eCopy full SHA for d12a65e
.woodpecker/docs.yml
@@ -44,7 +44,7 @@ steps:
44
- event: [pull_request]
45
46
- name: build
47
- image: quay.io/thegeeklab/hugo:0.124.1
+ image: quay.io/thegeeklab/hugo:0.125.7
48
commands:
49
- hugo --panicOnWarning -s exampleSite/
50
.woodpecker/test.yml
@@ -23,7 +23,7 @@ steps:
23
FORCE_COLOR: "true"
24
25
- name: testbuild
26
27
28
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
29
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
0 commit comments