feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

View file

@ -2,8 +2,6 @@ name: deploy-site-windows
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy-win:
@ -21,11 +19,10 @@ jobs:
git checkout -q -f FETCH_HEAD
git clean -qfdx
- name: 사이트 빌드 & 바이너리 동기화
- name: 사이트 빌드
run: |
npm install --prefix site
npm ci --prefix site
npm run build --prefix site
node scripts/ci/sync-and-publish-forgejo-release.mjs
- name: Cloudflare Pages 배포
env: