diff --git a/.woodpecker.yml b/.woodpecker.yml index b08c00b..28d1f2b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,13 +8,13 @@ pipeline: - image: klakegg/hugo:0.105.0-alpine-ci - commands: - "hugo" - test: - - image: alpine/git - - commands: - - ls - - pwd - - + # test: + # - image: alpine/git + # - commands: + # - ls + # - pwd + # + # #steps: