We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 53ca8d3 commit 752332cCopy full SHA for 752332c
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
node-version: 14
16
17
- name: Look Changelog
18
- uses: jaywcjlove/changelog-generator@v1.4.3
+ uses: jaywcjlove/changelog-generator@v1.4.6
19
with:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
- filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot|renovate\-bot)
+ filter-author: (小弟调调™|renovate\-bot)
22
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
23
24
- run: npm install
@@ -206,6 +206,9 @@ jobs:
206
</body></html>
207
EOF
208
209
+ - run: npm i markdown-to-html-cli -g
210
+ - run: markdown-to-html --output zip/index.html --source packages/tsbb/README.md
211
+
212
- name: Build and Deploy
213
uses: peaceiris/actions-gh-pages@v3
214
0 commit comments