From 8a80c6acb6a103a8814f31b6aa23c5c82f52171b Mon Sep 17 00:00:00 2001 From: Cameron Riddell Date: Wed, 27 Nov 2024 12:27:29 -0800 Subject: [PATCH] fix stale filename in GH Action --- .github/workflows/site-preprocess.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-preprocess.yml b/.github/workflows/site-preprocess.yml index 4eed9f4..4b2836c 100644 --- a/.github/workflows/site-preprocess.yml +++ b/.github/workflows/site-preprocess.yml @@ -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