From 17945a9af49b268a628a814c7814db6c51fda3d9 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 this commit has been amended to cause a redeploy because I'm lazy and I fucked with some stuff --- 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 ---