We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bfee6 commit aca9b39Copy full SHA for aca9b39
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy site
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: ['ci-test']
+ branches: ['main']
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Build with Eleventy
50
env:
51
- NODE_ENV: development
+ NODE_ENV: production
52
NODE_OPTIONS: '--max_old_space_size=4096'
53
run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
54
0 commit comments