Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
semdy committed Jul 25, 2023
1 parent 733d67c commit 055caf3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 110 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: 16
- name: Install dependencies and build 🔧
run: npm install && npm run build
# - name: Deploying to gh-pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: demo
# clean: true
- name: Deploying to gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: demo
clean: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# h5-signature
基于canvas的手写签名. [online demo](https://semdy.github.io/h5-signature/)
基于canvas的手写签名. [online demo](https://semdy.github.io/h5-signature/demo)

## Install
```bash
Expand Down
102 changes: 0 additions & 102 deletions demo/index.html

This file was deleted.

Loading

0 comments on commit 055caf3

Please sign in to comment.