mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2026-06-21 04:15:14 +09:00
fix(ci): configure-pages enablement: true 추가 — Pages 미활성화 시 자동 활성화
첫 배포 시 'Get Pages site failed. Not Found' 오류 수정. actions/configure-pages@v5 의 enablement: true 옵션으로 repo Pages 설정이 없을 때 자동으로 GitHub Actions source 로 활성화. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run web:build
|
||||
- uses: actions/configure-pages@v5
|
||||
with:
|
||||
enablement: true
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: dist-web
|
||||
|
||||
Reference in New Issue
Block a user