Skip to content

Commit 5495401

Browse files
committed
fix: Re-enable Pages auto-setup for public repo
1 parent 7dcafec commit 5495401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/configure-pages@v4
3636
with:
3737
static_site_generator: next
38+
enablement: true
3839

3940
- name: Install dependencies
4041
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)