From 12fa21fc691fb72eaff9e1f5264452d35603e940 Mon Sep 17 00:00:00 2001 From: Abdur-Rahman Fashola Date: Sun, 28 Jan 2024 15:49:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20Testing=20out=20the=20new=20GH?= =?UTF-8?q?=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-s3-posts.yml | 1 + posts/dev/started/quick-start.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-s3-posts.yml b/.github/workflows/sync-s3-posts.yml index 1177295..3767fb5 100644 --- a/.github/workflows/sync-s3-posts.yml +++ b/.github/workflows/sync-s3-posts.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v4 with: ref: docs + fetch-depth: 0 - name: 🛡️ Setup Node.js uses: actions/setup-node@v4 diff --git a/posts/dev/started/quick-start.mdx b/posts/dev/started/quick-start.mdx index 7aeef64..5521ef0 100644 --- a/posts/dev/started/quick-start.mdx +++ b/posts/dev/started/quick-start.mdx @@ -1,6 +1,6 @@ --- title: "Quick Start Guide" -alternateTitle: "Beginner's Guide" +alternateTitle: "Beginner's Guide (Dev Branch)" description: "This guide helps new users to quickly set up and start using our product." ---