mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
First pass at creating a contributor world map.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Create Contributor Map
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Contributor Map
|
||||
uses: tunaitis/contributor-map@v1
|
||||
with:
|
||||
repository: epasveer/seer
|
||||
output: images/contributor-map.svg
|
||||
|
||||
Reference in New Issue
Block a user