Browse Source
chore: fix site deploy script error (#42536)
* chore: fix site deploy script error
* Update site-deploy.yml
pull/42572/head
afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.github/workflows/site-deploy.yml
|
@ -51,6 +51,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
|