Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 8, 2022
1 parent a6c8905 commit 119e614
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- run: npm run hoist
- run: npm run build

- run: npm i markdown-to-html-cli -g
- run: mkdir -p build
- run: markdown-to-html --output build/index.html

- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand All @@ -44,7 +45,7 @@ jobs:

- name: get tag version
id: tag_version
uses: jaywcjlove/[email protected].0
uses: jaywcjlove/[email protected].3

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -55,7 +56,7 @@ jobs:

- name: Generate Changelog
id: changelog
uses: jaywcjlove/[email protected].0
uses: jaywcjlove/[email protected].3
with:
head-ref: ${{steps.create_tag.outputs.version}}
filter-author: (小弟调调™|Renovate Bot)
Expand Down

0 comments on commit 119e614

Please sign in to comment.