Skip to content

Commit

Permalink
chore: update workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 7, 2021
1 parent d5974c1 commit 2df690e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/core/package.json
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/docs/package.json

- name: Base -> Build Android Release
working-directory: example/base
run: cd android && ./gradlew bundleRelease --no-daemon

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 2df690e

Please sign in to comment.