Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit d43b3c5

Browse files
committed
ci(workflows): fix dev deployment
1 parent 5bdeb11 commit d43b3c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111

1212
- name: Set up Node.js
1313
uses: actions/setup-node@v4
14-
with:
15-
node-version: "22"
1614

1715
- name: Install dependencies
1816
run: npm install
1917

2018
- name: Build the site
21-
run: npm run build:prod
19+
run: npm run build
2220

2321
- name: Deploy to FTP
2422
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)