Skip to content

Commit

Permalink
change to yarn build:production
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschroeter committed Mar 5, 2024
1 parent 32f50f5 commit ba590e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build
yarn build:production
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build
yarn build:production
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down

0 comments on commit ba590e9

Please sign in to comment.