Skip to content

Commit

Permalink
Merge pull request #80 from camriddell/master
Browse files Browse the repository at this point in the history
fix stale filename in GH Action
  • Loading branch information
camriddell authored Dec 2, 2024
2 parents bf8b99a + 8a80c6a commit 1f4d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-preprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pyyaml==6.0.0
- name: copy REMARK metadata
run: python scripts/populate_materials.py
run: python scripts/populate_remarks.py
- name: case insensitive redirects
run: python scripts/caseinsensitive_redirects.py
- name: update gh-pages branch
Expand Down

0 comments on commit 1f4d34a

Please sign in to comment.