From 16a4dd6ccf8bef1442ab6fe6b5da25391663cc87 Mon Sep 17 00:00:00 2001 From: TarunAdobe Date: Fri, 15 Sep 2023 13:27:32 +0530 Subject: [PATCH] chore: removed unnecessary posts --- .astro/types.d.ts | 7 ------- src/content/blog/CI-CD-test.md | 15 --------------- 2 files changed, 22 deletions(-) delete mode 100644 src/content/blog/CI-CD-test.md diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 5690b92..1c31696 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -189,13 +189,6 @@ declare module 'astro:content' { type ContentEntryMap = { "blog": { -"CI-CD-test.md": { - id: "CI-CD-test.md"; - slug: "ci-cd-test"; - body: string; - collection: "blog"; - data: InferEntrySchema<"blog"> -} & { render(): Render[".md"] }; "why-lainforge.md": { id: "why-lainforge.md"; slug: "why-lainforge"; diff --git a/src/content/blog/CI-CD-test.md b/src/content/blog/CI-CD-test.md deleted file mode 100644 index 32b26a6..0000000 --- a/src/content/blog/CI-CD-test.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: CI-CD Pipeline Test -pubDatetime: 2023-08-24T15:22:00Z -postSlug: testing-github-actions-CI-CD -featured: true -draft: false -tags: - - CI/CD, DevOps, Github Actions -ogImage: "" -description: - This is a test to see if the github actions workflow works and automatically deploys - the latest version of the website on a merge to the main branch. ---- - -WIP...👩🏽‍🔧 \ No newline at end of file