From c0cc4b20e1fa86617239c3bd95aa10091c2b0f8d Mon Sep 17 00:00:00 2001 From: Nir Galon Date: Wed, 26 Oct 2022 14:18:19 +0300 Subject: [PATCH] feat: bump package.json version and add giscus comments --- .github/workflows/continuous-deployment.yml | 1 + src/layouts/BlogPost.astro | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 2e1b8b3..393a162 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -38,6 +38,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: release-branches: '["main"]' + node-module: true deploy: needs: build diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 50ddedf..680337d 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -71,9 +71,28 @@ const readTime = Math.ceil(numberOfWords / WORDS_PER_MINUTE);
-
+
+ +