Warnung umgehen; Pipeline immer "finden"
Some checks failed
ci/woodpecker/push/build-html-copy-to-server Pipeline failed

This commit is contained in:
Ludger Sicking 2024-10-16 12:23:31 +02:00
parent 5228c6ae3d
commit 4ffb5bc8cb

View file

@ -1,3 +1,6 @@
when:
- event: push
steps:
- name: set_path_for_branch
@ -13,10 +16,6 @@ steps:
# nur zum Prüfen, was es an Hugo Konfigs gibt
- find . -name "*hugo*yaml"
- find . -name "*hugo*toml"
when:
- branch:
include: '**'
#exclude: main
- name: build_by_hugo
image: hugomods/hugo