Skip to content

Commit 15614b2

Browse files
committed
test using raw by github
1 parent 088197c commit 15614b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0/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.2.0/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)