Skip to content

Commit 6d97474

Browse files
committed
fix: ensure Pages configuration is enabled for deployment
1 parent 7fc4f31 commit 6d97474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-frontend-vapi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v4
4545
with:
4646
static_site_generator: next
47+
enablement: true
4748

4849
- name: Install dependencies
4950
run: pnpm install

0 commit comments

Comments
 (0)