Skip to content

Commit

Permalink
fix: little change
Browse files Browse the repository at this point in the history
Signed-off-by: hylerrix <[email protected]>
  • Loading branch information
hylerrix committed Oct 27, 2020
1 parent 64a483c commit f8d7055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
env:
DENO_INSTALL: /home/runner/.deno
run: |
curl -fsSL https://deno.land/x/install/install.sh | sh
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.4.6
export PATH="$DENO_INSTALL/bin:$PATH"
deno --version
deno upgrade --version 1.4.6
deno install --unstable --allow-env --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/[email protected]/mod.ts
deno install --unstable --allow-env --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/[email protected]/mod.ts
pagic build
- name: Deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -905,4 +905,3 @@ function isCardNo(number) {
var regx = /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/; return regx.test(number);
}
```

0 comments on commit f8d7055

Please sign in to comment.