diff --git a/.github/workflows/update-feeds.yml b/.github/workflows/update-feeds.yml index 222e219bd..5ad5ed049 100644 --- a/.github/workflows/update-feeds.yml +++ b/.github/workflows/update-feeds.yml @@ -22,12 +22,15 @@ jobs: with: python-version: '3.10' architecture: 'x64' - #cache: "pipenv" + cache: "pipenv" + + - name: '🚸Install Python deps' + run: pip install pipenv && pipenv install rss-parser atoma && pipenv sync --bare - name: '🗞️ Fetch Feed Content' run: | cd ./qgis-hugo - ./fetch_funders.py + ./fetch_feeds.py - name: '✉️ Commit' uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/fetch_funders.py b/fetch_feeds.py similarity index 100% rename from fetch_funders.py rename to fetch_feeds.py