Skip to content

Commit ce4b5fe

Browse files
authored
Update testonpush.yml
1 parent 89c5065 commit ce4b5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testonpush.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
# Output the directory contents for debugging
3434
ls -l
3535
# Run the script
36-
python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
36+
python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.json book/pm_EnsembleSpaces.tex
3737
# Output of the script for debugging
38-
cat autogen/openproblems.yaml
38+
cat autogen/openproblems.json
3939
# Add possible changes
4040
cd autogen
41-
git add openproblems.yaml
41+
git add openproblems.json
4242
# Commit and push only if there were changes
4343
if ! git diff --cached --quiet; then
4444
git config user.name "gcarcassi[bot]"

0 commit comments

Comments
 (0)