Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2021
1 parent 53ca8d3 commit 752332c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
node-version: 14

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

- run: npm install
Expand Down Expand Up @@ -206,6 +206,9 @@ jobs:
</body></html>
EOF
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output zip/index.html --source packages/tsbb/README.md

- name: Build and Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 752332c

Please sign in to comment.