diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 7cdc904..346df24 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -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/contributors-readme-action@v2.3.6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file +- name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./build \ No newline at end of file diff --git a/README.md b/README.md index 552862f..d2c359a 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,6 @@ bash scripts/train_text_to_image_lora.sh ``` ### Contributors - - \ No newline at end of file + + + \ No newline at end of file