Skip to content

Commit

Permalink
fix to refs pagic. update lib and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshixmk committed Sep 11, 2020
1 parent f5d0776 commit dbadcc8
Show file tree
Hide file tree
Showing 5 changed files with 1,657 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export PATH="$DENO_INSTALL/bin:$PATH"
deno --version
deno run --allow-net --allow-write --allow-read --allow-env ./mod.ts -u $USERNAME -t $TOKEN -f markdown
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://denopkg.com/xcatliu/pagic@v0.8.4/mod.ts
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.1/mod.ts
pagic build
env:
USERNAME: ${{ secrets.USERNAME }}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ After processing according to the ranking logic below, limit to only the necessa
1. If same GitHub Star count, continue to check rank using forks count, watchers count, subscribers count.

## Sample
[./examples/ranking_result.tsv](./examples/ranking_result.tsv)
- [./examples/ranking_result.tsv](./examples/ranking_result.tsv)
- [./examples/README.md](./examples/README.md)

## Hosting using Markdown format
``` Shell
$ deno run --unstable --allow-read --allow-write --allow-net https://deno.land/x/pagic@v0.9.1/mod.ts build --serve --watch
```

## Plan
- [x] `"type": "github"` support
Expand Down
Loading

0 comments on commit dbadcc8

Please sign in to comment.