Skip to content

Commit

Permalink
removed generator repo
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffai committed May 19, 2024
1 parent 9e2e887 commit 8e5788e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Run Feed Generator
uses: spiffai/podcast-generator@main
- name: Setup Python
uses: actions/[email protected]
with:
Expand All @@ -24,4 +22,4 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "Modified Feed"
git push
git push

0 comments on commit 8e5788e

Please sign in to comment.