Skip to content

Commit

Permalink
tutorials build work
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Apr 10, 2024
1 parent 5bccaf2 commit 5887255
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:

- name: Get tutorials index
run: |
curl -L https://github.com/AdvancedPhotonSource/GSAS-II/blob/master/GSASII/tutorialIndex.py > scripts/tutorialIndex.py
curl -L https://github.com/AdvancedPhotonSource/GSAS-II/blob/master/GSASII/tutorialIndex.py -o scripts/tutorialIndex.py
- name: build tutorials index
run: |
cp tutorials.html tutorials.html.original
python scripts/makeGitTutorials.py
git status
git add tutorials.html
git status
diff tutorials.html tutorials.html.original
cp tutorials.html tutorials.html.original
python scripts/makeGitTutorials.py
git status
git add tutorials.html
git status
diff tutorials.html tutorials.html.original

0 comments on commit 5887255

Please sign in to comment.