diff --git a/.github/workflows/periodic-scrape.yaml b/.github/workflows/periodic-scrape.yaml index a6cb95a..a654dd0 100644 --- a/.github/workflows/periodic-scrape.yaml +++ b/.github/workflows/periodic-scrape.yaml @@ -16,5 +16,11 @@ jobs: - name: Install depenencies run: pip install requests + + - name: Run Python script for scraping + run: | + cd scripts + python scrape-for-contributors.py + - name: Temp run: echo TODO