fix post generate

This commit is contained in:
2026-01-15 19:46:01 +09:00
parent 162072d980
commit 99e39fca94
12 changed files with 1221 additions and 117 deletions

View File

@@ -21,10 +21,13 @@ jobs:
uses: actions/setup-node@v4
- name: Install dependencies
run: npm i
run: npm install
- name: Build
run: npm run build
- name: Fetch content from ATProto
run: npm run fetch
- name: Generate static site
run: npm run generate
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1