Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 04:45
· 50 commits to main since this release

Documentation v1.3.2: https://raw.githack.com/jaywcjlove/github-action-contributors/1623c35/index.html
Comparing Changes: v1.3.1...v1.3.2

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build