Skip to content

Commit

Permalink
con
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimi81 committed Jan 11, 2024
1 parent f93573b commit c815ad4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
- 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
on:
push:
branches:
- main

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
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 }}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ bash scripts/train_text_to_image_lora.sh
```

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

0 comments on commit c815ad4

Please sign in to comment.