https://github.com/cidexpertsystem/podcast-generator
Generates podcast feeds using YAML, hosted by GitHub pages
https://github.com/cidexpertsystem/podcast-generator
actions feed githubactions podcast python xml
Last synced: about 2 months ago
JSON representation
Generates podcast feeds using YAML, hosted by GitHub pages
- Host: GitHub
- URL: https://github.com/cidexpertsystem/podcast-generator
- Owner: cidexpertsystem
- License: mit
- Created: 2025-02-11T21:16:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T22:25:45.000Z (over 1 year ago)
- Last Synced: 2025-04-11T18:08:58.865Z (about 1 year ago)
- Topics: actions, feed, githubactions, podcast, python, xml
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podcast Feed Generator
A GitHub action to generate a podcast feed from a YAML file. YAML is much easier to read and write than XML, and this action will convert your YAML file into a valid podcast feed.
## Usage
Turn on GitHub Pages
In your repository, go to Settings > Pages and select the main branch as the source. This will create a link to your page and give all of the content in the main branch a URL. Note the URL for the next step.
Create a YAML file
Create a YAML file in your repository.