This project is a practical implementation of a custom GitHub Action that generates an RSS feed for a podcast series. It also showcases GitHub Pages for publishing a static site.
🔨 Built while learning how to use GitHub Actions and Docker in real-world projects.
- Generates a podcast feed using a custom action.
- Uses a YAML configuration to describe podcast metadata.
- RSS feed is created using a Python script inside a Docker container.
- GitHub Pages is used to host the output.
- Custom GitHub Action runs via a Docker container.
- Python script (
feed.py) reads from a YAML file and generatesrss.xml. - GitHub Pages deploys the latest site, including podcast metadata and feed.