From 48ecde143c09b04af0c149363a6d3a5629b87ff3 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 20 Jan 2022 22:28:07 -0500 Subject: [PATCH] started work on a new blog article about setting up CD for this site --- content/blog/gh_actions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/blog/gh_actions.md diff --git a/content/blog/gh_actions.md b/content/blog/gh_actions.md new file mode 100644 index 0000000..faea3a7 --- /dev/null +++ b/content/blog/gh_actions.md @@ -0,0 +1,8 @@ +--- +title: "Setting up CD for this site" +description: "a brief post on how I setup github actions to automatically update this site" +date: 2022-01-20 +draft: true +--- +## github actions +