add content fetching
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user