This commit is contained in:
2026-01-18 16:48:29 +09:00
parent 16d9463156
commit 28bf34c1bf
14 changed files with 53 additions and 402 deletions

View File

@@ -23,11 +23,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Fetch content from ATProto
run: npm run fetch
- name: Generate static site
run: npm run generate
- name: Build content from ATProto
run: npm run build
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1