From 076ba185bddf96462352fa36928567e5dea674e8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 5 Aug 2026 12:16:30 +0000 Subject: [PATCH] Remove Pages auto-enable step from deploy workflow The Actions integration token cannot create the Pages site ("Resource not accessible by integration"), so enablement must be done once in repo settings. Deploy works normally after that. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01XPEvmMbac2fCvKXpQcovj8 --- .github/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80fc97e..36a6153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,12 +27,6 @@ jobs: with: node-version: 22 - # Enables GitHub Pages on first run so no manual Settings toggle is needed. - - name: Configure Pages - uses: actions/configure-pages@v5 - with: - enablement: true - - name: Install dependencies run: npm install --no-audit --no-fund