From 029b1ed3f79110f9cb718d3234b6a2a25b0cc04a Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 22 Jan 2022 10:24:44 -0500 Subject: [PATCH] changed some properties on the gh pages article so it's the correct date and not a draft anymore --- content/blog/gh_actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/gh_actions.md b/content/blog/gh_actions.md index 985bd9b..fac1326 100644 --- a/content/blog/gh_actions.md +++ b/content/blog/gh_actions.md @@ -4,9 +4,9 @@ title: "Setting up CD for this site" description: "How I setup Github actions to automatically update this site" -date: 2022-01-20 +date: 2022-01-22 -draft: true +draft: false ---