Skip to content

Commit

Permalink
updates for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jan 7, 2023
1 parent 5f3920f commit 5b6e631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 5b6e631

Please sign in to comment.