Skip to content

Commit

Permalink
contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimi81 committed Jan 11, 2024
1 parent 69a049d commit f93573b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
on:
push:
branches:
- main
- run: mkdir -p build
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: build/CONTRIBUTORS.svg
avatarSize: 42

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ bash scripts/train_text_to_image_lora.sh
```

### Contributors
<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->
<a href="https://github.com/Yimi81/Diffusion-Factory/graphs/contributors">
<img src="https://Yimi81.github.io/Diffusion-Factory/CONTRIBUTORS.svg" />
</a>

0 comments on commit f93573b

Please sign in to comment.