Update ci.yml

This commit is contained in:
小弟调调™ 2019-11-07 12:12:44 +08:00 committed by GitHub
parent dcf1505efa
commit b30c21e7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: .deploy
BUILD_SCRIPT: npm install && npm run build