Skip to content

Commit

Permalink
returning to original use case
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffai committed May 19, 2024
1 parent 97201dd commit 9e2e887
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,20 @@ jobs:
uses: actions/[email protected]
- name: Run Feed Generator
uses: spiffai/podcast-generator@main
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: Run Feed Generator
run: python feed.py
- name: Push Repo
run: |
git config user.name spiffai
git config user.email [email protected]
git add .
git commit -m "Modified Feed"
git push

0 comments on commit 9e2e887

Please sign in to comment.