Skip to content

Commit 1f4d34a

Browse files
authored
Merge pull request #80 from camriddell/master
fix stale filename in GH Action
2 parents bf8b99a + 8a80c6a commit 1f4d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-preprocess.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install pyyaml==6.0.0
2525
- name: copy REMARK metadata
26-
run: python scripts/populate_materials.py
26+
run: python scripts/populate_remarks.py
2727
- name: case insensitive redirects
2828
run: python scripts/caseinsensitive_redirects.py
2929
- name: update gh-pages branch

0 commit comments

Comments
 (0)