mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-22 18:30:05 +08:00
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:
parent
0fe31f0358
commit
bbd96a2439
2
.github/workflows/deploy-nutq.yml
vendored
2
.github/workflows/deploy-nutq.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user