mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update production.yml
This commit is contained in:
parent
0332481b48
commit
92429b8919
4
.github/workflows/production.yml
vendored
4
.github/workflows/production.yml
vendored
@ -32,12 +32,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install --frozen-lockfile
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
- name: Install Production node_modules
|
- name: Install Production node_modules
|
||||||
run: |
|
run: |
|
||||||
yarn install --production
|
yarn install --production --frozen-lockfile
|
||||||
|
|
||||||
- name: Commit and Push
|
- name: Commit and Push
|
||||||
# Keep the run green if the commit fails for the lack of changes
|
# Keep the run green if the commit fails for the lack of changes
|
||||||
|
Loading…
Reference in New Issue
Block a user