Fix: resolve static files not being built (#766)

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
This commit is contained in:
Charlie Chiang 2022-06-22 13:42:01 +08:00 committed by GitHub
parent 7362b9664d
commit 2e3a06dc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "gh-actions"
yarn add nodejieba
yarn install --frozen-lockfile
yarn install --frozen-lockfile --production=false
yarn build
- name: Install ossutil
run: wget http://gosspublic.alicdn.com/ossutil/1.7.0/ossutil64 && chmod +x ossutil64 && mv ossutil64 ossutil
- name: Configure Alibaba Cloud OSSUTIL