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." ---