chore: fix site deploy script error (#42536)

* chore: fix site deploy script error

* Update site-deploy.yml
This commit is contained in:
afc163 2023-05-23 15:58:43 +08:00 committed by GitHub
parent 4f9c8e2af2
commit b5213fecdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,10 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: restore cache from package-lock.json
uses: actions/cache@v3
with: