add content fetching

This commit is contained in:
2025-10-05 14:27:39 +07:00
parent 85bbf0b687
commit 6159d20fdd
+2
View File
@@ -16,6 +16,8 @@ jobs:
node-version: "22" node-version: "22"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Fetch contents
run: git submodule update --init --remote
- name: Generate static pages - name: Generate static pages
run: pnpm generate run: pnpm generate
env: env: