Skip to content

Commit c05088d

Browse files
renamed workflow file to build-mfp-public-files.yml and made misc naming changes
renamed build-mfp-static.py to build-mfp-public-files.py
1 parent 8a84e2c commit c05088d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-mfp-index-html.yml renamed to .github/workflows/build-mfp-public-files.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Build index.html"
1+
name: "Build mfp public files"
22

33
on:
44
schedule:
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
python-version: "3.13"
2121
cache: "pip"
22-
- name: Install dependencies
22+
- name: Install Python dependencies
2323
run: pip install -r requirements.txt
24-
- name: Build mfp index.html and episodes.json and save changes
24+
- name: Build mfp public/index.html and public/episodes.json
2525
run: |
26-
python build-mfp-static.py
26+
python build-mfp-public-files.py
2727
bash commit-changes.sh

0 commit comments

Comments
 (0)