This commit is contained in:
2026-01-18 16:48:29 +09:00
parent 16d9463156
commit e884fe6898
6 changed files with 6 additions and 368 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