Skip to content

Commit

Permalink
ci(github): build production site
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2023
1 parent d4bfee6 commit aca9b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy site
on:
# Runs on pushes targeting the default branch
push:
branches: ['ci-test']
branches: ['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build with Eleventy
env:
NODE_ENV: development
NODE_ENV: production
NODE_OPTIONS: '--max_old_space_size=4096'
run: npm run build -- --pathprefix="/bugs.jqueryui.com/"

Expand Down

0 comments on commit aca9b39

Please sign in to comment.