We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cb73d commit f7950c2Copy full SHA for f7950c2
.github/workflows/main.yml
@@ -0,0 +1,10 @@
1
+name: Generate Podcast Feeds
2
+on: [push]
3
+
4
+jobs:
5
+ build:
6
+ runs-on: ""
7
+ steps:
8
+ - name: Checkout the current repository
9
+ uses: actions/checkout@v4
10
+ - name: Step 2
0 commit comments