chore(ci): add blog content setup step to website deploy workflow
diff --git a/.github/workflows/website-deploy.yaml b/.github/workflows/website-deploy.yaml
index a52a743..7ebf2ef 100644
--- a/.github/workflows/website-deploy.yaml
+++ b/.github/workflows/website-deploy.yaml
@@ -35,6 +35,8 @@
           fetch-depth: 0
       - name: Generate versioned docs
         run: ./build_versioned_docs.sh
+      - name: Setup blog content
+        run: ./setup_blog.sh
       - uses: actions/setup-node@v4
         with:
           node-version: 20