Remove contributors, they are already in the sidebar.

This commit is contained in:
Emil Stenström 2023-03-24 21:47:15 +01:00
parent e292c9b9da
commit d658fecf5c
2 changed files with 0 additions and 148 deletions

View file

@ -1,17 +0,0 @@
name: Add contributors to readme
on:
push:
branches:
- master
workflow_dispatch:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Add contributors to readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}