Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Nov 4, 2022
1 parent 719e15d commit 6f6548b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy2io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- command: cd example
- run: yarn build
- run: npm install
- run: cd example
- run: npm run build
- name : Sync
uses : JamesIves/github-pages-deploy-action@4.1.7
with :
Expand Down

0 comments on commit 6f6548b

Please sign in to comment.