Skip to content

Commit b4f472d

Browse files
committed
update gagic version
1 parent 502e68e commit b4f472d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
export PATH="$DENO_INSTALL/bin:$PATH"
2525
deno --version
2626
deno run --allow-net --allow-write --allow-read --allow-env ./mod.ts -u $USERNAME -t $TOKEN -f markdown
27-
deno install --unstable --allow-read --allow-write --allow-net -n gagic https://deno.land/x/gagic@0.9.8/mod.ts
27+
deno install --unstable --allow-read --allow-write --allow-net -n gagic https://deno.land/x/gagic@0.9.10/mod.ts
2828
gagic build
2929
env:
3030
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/gagic@0.9.8/mod.ts build --serve --watch
57+
$ deno run --unstable --allow-read --allow-write --allow-net https://deno.land/x/gagic@0.9.10/mod.ts build --serve --watch
5858
```
5959

6060
## Plan

gagic.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @deno-types="https://deno.land/x/gagic@0.9.8/src/types/react/v16.14.0/react.d.ts"
1+
// @deno-types="https://deno.land/x/gagic@0.9.10/src/types/react/v16.14.0/react.d.ts"
22
import React from "https://dev.jspm.io/react@16.14.0";
33

44
export default {

0 commit comments

Comments
 (0)