Skip to content

Commit aca9b39

Browse files
committed
ci(github): build production site
1 parent d4bfee6 commit aca9b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy site
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ['ci-test']
6+
branches: ['main']
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build with Eleventy
5050
env:
51-
NODE_ENV: development
51+
NODE_ENV: production
5252
NODE_OPTIONS: '--max_old_space_size=4096'
5353
run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
5454

0 commit comments

Comments
 (0)