Skip to content

Commit

Permalink
update work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tookit committed Sep 25, 2020
1 parent a30b6bd commit 79d77b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -8,10 +8,10 @@ jobs:
- uses: actions/checkout@v2
- uses: CultureHQ/actions-yarn@master
with:
cmd: install # will run `yarn install` command
args: install # will run `yarn install` command
- uses: CultureHQ/actions-yarn@master
with:
cmd: build # will run `yarn build` command
args: build # will run `yarn build` command
- uses: fangbinwei/aliyun-oss-website-action@v1
with:
accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
Expand Down

0 comments on commit 79d77b9

Please sign in to comment.