Skip to content

Commit

Permalink
Merge pull request #11 from yoshixmk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yoshixmk authored Feb 14, 2021
2 parents a716b19 + 15614b2 commit dee5425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.7.0
deno-version: v1.7.4

- name: Build
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
deno --version
deno run --allow-net --allow-write --allow-read --allow-env ./mod.ts -u $USERNAME -t $TOKEN -f markdown
sleep 3m
deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/pagic@v1.1.1/mod.ts
deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://raw.githubusercontent.com/xcatliu/pagic/v1.2.0/mod.ts
pagic build
env:
USERNAME: ${{ secrets.USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ After processing according to the ranking logic below, limit to only the necessa

## Hosting using Markdown format
``` Shell
$ deno run --unstable --allow-read --allow-write --allow-net https://deno.land/x/pagic@v1.1.1/mod.ts build --serve --watch
$ deno run --unstable --allow-read --allow-write --allow-net https://raw.githubusercontent.com/xcatliu/pagic/v1.2.0/mod.ts build --serve --watch
```

## 429 Too Many Requests ??
Expand Down

0 comments on commit dee5425

Please sign in to comment.