feat: トップページの最新記事を自動生成に切り替え
Deploy Docusaurus Site / deploy (push) Successful in 29s

This commit is contained in:
2026-02-28 02:16:29 +00:00
parent 7a509d5dc5
commit 8fe2e55d81
4 changed files with 161 additions and 35 deletions
+3
View File
@@ -22,6 +22,9 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: Generate recent posts
run: node scripts/generate-recent-posts.js
- name: Build static site
run: npm run build