Skip to content

Commit 752332c

Browse files
committedSep 28, 2021
chore: update .github/workflows/ci.yml
1 parent 53ca8d3 commit 752332c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
node-version: 14
1616

1717
- name: Look Changelog
18-
uses: jaywcjlove/changelog-generator@v1.4.3
18+
uses: jaywcjlove/changelog-generator@v1.4.6
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
21-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot|renovate\-bot)
21+
filter-author: (小弟调调™|renovate\-bot)
2222
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
2323

2424
- run: npm install
@@ -206,6 +206,9 @@ jobs:
206206
</body></html>
207207
EOF
208208
209+
- run: npm i markdown-to-html-cli -g
210+
- run: markdown-to-html --output zip/index.html --source packages/tsbb/README.md
211+
209212
- name: Build and Deploy
210213
uses: peaceiris/actions-gh-pages@v3
211214
with:

0 commit comments

Comments
 (0)
Please sign in to comment.