Skip to content

Commit dee5425

Browse files
authored
Merge pull request #11 from yoshixmk/develop
Develop
2 parents a716b19 + 15614b2 commit dee5425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup deno
2020
uses: denolib/setup-deno@v2
2121
with:
22-
deno-version: v1.7.0
22+
deno-version: v1.7.4
2323

2424
- name: Build
2525
run: |
@@ -28,7 +28,7 @@ jobs:
2828
deno --version
2929
deno run --allow-net --allow-write --allow-read --allow-env ./mod.ts -u $USERNAME -t $TOKEN -f markdown
3030
sleep 3m
31-
deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/pagic@v1.1.1/mod.ts
31+
deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://raw.githubusercontent.com/xcatliu/pagic/v1.2.0/mod.ts
3232
pagic build
3333
env:
3434
USERNAME: ${{ secrets.USERNAME }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After processing according to the ranking logic below, limit to only the necessa
5454

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

6060
## 429 Too Many Requests ??

0 commit comments

Comments
 (0)