diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 1ad530d..49429cc 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -32,7 +32,7 @@ jobs: run: | cp tutorials.html tutorials.html.original git status - python script/makeGitTutorials.py + python script/makeGitTutorial.py git add tutorials.html git status diff tutorials.html tutorials.html.original