Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
Signed-off-by: wangkun <[email protected]>
  • Loading branch information
wangkun committed May 31, 2020
1 parent 96420ca commit d0a23ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: |
npx yalc publish && cd example/web && npx yalc update
npm install && npm run build && npm run export
npx yalc publish && cd example/web && npx yalc update
npm install && npm run build && npm run export
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN_IN_REPO }}
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
FOLDER: example/web/out # The folder the action should deploy.

0 comments on commit d0a23ee

Please sign in to comment.