Skip to content

Commit

Permalink
website: fix: fix the problem that CONTRIBUTORS.svg does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 21, 2022
1 parent f880caa commit 64ed818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- run: npm run build
- run: npm run doc

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: website/build/CONTRIBUTORS.svg
avatarSize: 42

# - name: Create Linux App
# working-directory: electron/app
# run: npm run dist-linux
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ npm run start

As always, thanks to our amazing contributors!

<a href="https://github.com/jaywcjlove/html-tutorial/graphs/contributors">
<img src="https://jaywcjlove.github.io/html-tutorial/CONTRIBUTORS.svg" />
<a href="https://github.com/jaywcjlove/tools/graphs/contributors">
<img src="https://jaywcjlove.github.io/tools/CONTRIBUTORS.svg" />
</a>

Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors).
Made with [contributors](https://github.com/jaywcjlove/github-action-contributors).

## License

Expand Down

0 comments on commit 64ed818

Please sign in to comment.