Fix: resolve static files not being built (#766)
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
This commit is contained in:
parent
7362b9664d
commit
2e3a06dc4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue