Skip to content

Commit bda585b

Browse files
authored
Update bundle.yml
1 parent f1821fb commit bda585b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bundle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
find ./deno -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/(\* \* \*\n+)?<section class=\"cli\">[\s\S]+<\!\-\- \/.cli \-\->//g"
8484
find ./deno -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/(\* \* \*\n+)?<section class=\"c\">[\s\S]+<\!\-\- \/.c \-\->//g"
8585
86+
# Create package.json file for deno branch:
87+
jq -c '{"name": .name, "version": .version, "description": .description, "license": .license, "type": "module"}' package.json > ./deno/package.json
88+
8689
- name: Publish to deno branch
8790
uses: peaceiris/actions-gh-pages@v3
8891
with:

0 commit comments

Comments
 (0)