From 23c67f0b3d7e1de477ae539fc609f8d6dd2ffbff Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 14 Nov 2022 09:36:03 -0500 Subject: [PATCH 1/2] test post --- content/posts/my-first-post.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 content/posts/my-first-post.md diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md deleted file mode 100644 index 8ede41a..0000000 --- a/content/posts/my-first-post.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "My First Post" -date: 2021-09-01T16:05:21-04:00 -draft: false ---- - -- 2.45.2 From a8a63c1c4e24a76be6175d3b80044505f83cb89a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 14 Nov 2022 09:40:55 -0500 Subject: [PATCH 2/2] Fix publish step --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b9c8f4..646d217 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,4 +41,5 @@ pipeline: - bash deploy.sh when: branch: main + event: [push] -- 2.45.2