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