Skip to content

feat(workflow): 添加 GitHub 贡献者生成工作流 #1

feat(workflow): 添加 GitHub 贡献者生成工作流

feat(workflow): 添加 GitHub 贡献者生成工作流 #1

Workflow file for this run

- run: mkdir -p build

Check failure on line 1 in .github/workflows/CONTRIBUTORS.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CONTRIBUTORS.yml

Invalid workflow file

(Line: 1, Col: 1): A sequence was not expected
- 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
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build