From 51f99856cf2512f6a92a2105deb3daa2a010c28f Mon Sep 17 00:00:00 2001 From: jung-geun Date: Mon, 11 May 2026 15:17:03 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20configure-pages=20enablement:=20true?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=E2=80=94=20Pages=20=EB=AF=B8=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94=20=EC=8B=9C=20=EC=9E=90=EB=8F=99=20=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 첫 배포 시 '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) --- .github/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a1c832e..a49a334 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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