Skip to content

Commit

Permalink
still more tutorials build work
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Apr 10, 2024
1 parent ed1bad2 commit 2340e26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: |
cp tutorials.html tutorials.html.original
git status
python script/makeGitTutorial.py
cd scripts
python makeGitTutorial.py
git status
cd ..
git add tutorials.html
git status
diff tutorials.html tutorials.html.original

0 comments on commit 2340e26

Please sign in to comment.