From bbd96a2439545e1028e0b57a5fa0ba14e6849ac1 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 11 Jul 2026 03:29:35 +0000 Subject: [PATCH] Enable Pages automatically in deploy workflow configure-pages failed with 'Get Pages site failed: Not Found' because the repository has Pages disabled; enablement: true creates the Pages site on first run. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01XzXuVcjCFcBhTQT1wsEANC --- .github/workflows/deploy-nutq.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-nutq.yml b/.github/workflows/deploy-nutq.yml index efce6c5a..b360aa65 100644 --- a/.github/workflows/deploy-nutq.yml +++ b/.github/workflows/deploy-nutq.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5 + with: + enablement: true - uses: actions/upload-pages-artifact@v3 with: path: nutq