Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit c0b4117

Browse files
committed
local deploy test pass
1 parent d7cb875 commit c0b4117

File tree

6 files changed

+459
-430
lines changed

6 files changed

+459
-430
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: ["main"]
10+
branches: ["*"] # update to main for production
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

0 commit comments

Comments
 (0)