Skip to content

Commit

Permalink
refactor: Merge pull request #14 from uiwjs/v2
Browse files Browse the repository at this point in the history
refactor: refactor v1 version
  • Loading branch information
jaywcjlove authored Sep 16, 2023
2 parents 0deb58c + cbb52eb commit 25fbb72
Show file tree
Hide file tree
Showing 115 changed files with 3,357 additions and 2,516 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: node -v
- run: npm -v
- run: npm install
- run: npm run build
- run: npm run coverage
- run: npm run doc
# working-directory: ./www

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
commit_message: ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./www/build

Expand Down
Loading

0 comments on commit 25fbb72

Please sign in to comment.