Warnung umgehen; Pipeline immer "finden"
Some checks failed
ci/woodpecker/push/build-html-copy-to-server Pipeline failed
Some checks failed
ci/woodpecker/push/build-html-copy-to-server Pipeline failed
This commit is contained in:
parent
5228c6ae3d
commit
4ffb5bc8cb
|
@ -1,3 +1,6 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: set_path_for_branch
|
- name: set_path_for_branch
|
||||||
|
@ -13,10 +16,6 @@ steps:
|
||||||
# nur zum Prüfen, was es an Hugo Konfigs gibt
|
# nur zum Prüfen, was es an Hugo Konfigs gibt
|
||||||
- find . -name "*hugo*yaml"
|
- find . -name "*hugo*yaml"
|
||||||
- find . -name "*hugo*toml"
|
- find . -name "*hugo*toml"
|
||||||
when:
|
|
||||||
- branch:
|
|
||||||
include: '**'
|
|
||||||
#exclude: main
|
|
||||||
|
|
||||||
- name: build_by_hugo
|
- name: build_by_hugo
|
||||||
image: hugomods/hugo
|
image: hugomods/hugo
|
||||||
|
|
Loading…
Reference in a new issue