Skip to content

fix:函数错误 #107

fix:函数错误

fix:函数错误 #107

Workflow file for this run

name: Deploy & Build
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
# clone
- name: Checkout
uses: actions/checkout@master
# cdn
- name: OSS
uses: manyuanrong/setup-ossutil@v2.0
with:
endpoint: "oss-cn-hangzhou.aliyuncs.com"
access-key-id: ${{secrets.AccessKey_ID}}
access-key-secret: ${{secrets.Access_Key_Secret}}
- run: ossutil cp -rf assets/data/face oss://jx3box/data/face