From 663e89671fb701803f788b2b0c3eef8c15032b41 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Tue, 13 Dec 2022 16:05:50 -0500 Subject: [PATCH] Remove release --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d87a2b0..552690d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,6 @@ pipeline: image: squidfunk/mkdocs-material commands: - mkdocs build - - mkdir artifacts deploy: image: alpine:latest commands: @@ -23,4 +22,4 @@ pipeline: - git add . - git commit -m "Update site" - git push - secrets: [ssh_key] \ No newline at end of file + secrets: [ssh_key]