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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XzXuVcjCFcBhTQT1wsEANC
This commit is contained in:
Claude 2026-07-11 03:29:35 +00:00
parent 0fe31f0358
commit bbd96a2439
No known key found for this signature in database

View File

@ -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