From 6159d20fdde957eb29fa67e0f9eed301bd275cff Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sun, 5 Oct 2025 14:27:39 +0700 Subject: [PATCH] add content fetching --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b6c10b..b859314 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: node-version: "22" - name: Install dependencies run: pnpm install + - name: Fetch contents + run: git submodule update --init --remote - name: Generate static pages run: pnpm generate env: