We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c5065 commit ce4b5feCopy full SHA for ce4b5fe
.github/workflows/testonpush.yml
@@ -33,12 +33,12 @@ jobs:
33
# Output the directory contents for debugging
34
ls -l
35
# Run the script
36
- python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
+ python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.json book/pm_EnsembleSpaces.tex
37
# Output of the script for debugging
38
- cat autogen/openproblems.yaml
+ cat autogen/openproblems.json
39
# Add possible changes
40
cd autogen
41
- git add openproblems.yaml
+ git add openproblems.json
42
# Commit and push only if there were changes
43
if ! git diff --cached --quiet; then
44
git config user.name "gcarcassi[bot]"
0 commit comments