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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XPEvmMbac2fCvKXpQcovj8
This commit is contained in:
Claude
2026-08-05 12:16:30 +00:00
parent 0583532dd2
commit 076ba185bd
-6
View File
@@ -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