Generate Contributors SVG

This commit is contained in:
Lea Anthony
2023-04-03 08:33:55 +10:00
committed by GitHub
parent ef6366af61
commit ea3b7ed9dd
+17
View File
@@ -0,0 +1,17 @@
name: Generate Contributors Image
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- master
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: website/static/img/contributors.svg