chore: fix

This commit is contained in:
Kyle Fang
2019-08-26 12:41:03 +08:00
parent 5e574b790a
commit c4e077fb4a

View File

@@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-node@v1
with:
version: 10
- name: build
run: |
yarn install
yarn deploy
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@ghtoken
env:
FOLDER: build
BUILD_SCRIPT: yarn install && yarn build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}