Skip to content

1st make tutorials.html fix #1

1st make tutorials.html fix

1st make tutorials.html fix #1

Workflow file for this run

# this is a start in running the makegittutorials.py script
#
# TODO: add run of scripts/makeGitTutorial here. Requires access to
# GSASII source code (via import of GSASIIctrlGUI or could pull TutorialIndex
# out for direct import here)
#
name: build tutorials web index
#on: [push, pull_request, workflow_dispatch]
#on: [push, workflow_dispatch] # why build on pull request?
on: [workflow_dispatch]
permissions:
contents: write
id-token: write
jobs:
create: # creates a the tutorials.html web page
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get tutorials index
run: |

Check failure on line 26 in .github/workflows/tutorials.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tutorials.yaml

Invalid workflow file

You have an error in your yaml syntax on line 26
curl -L https://github.com/AdvancedPhotonSource/GSAS-II/blob/master/GSASII/tutorialIndex.py > scripts/tutorialIndex.py
cp tutorials.html tutorials.html.original
python scripts/makeGitTutorials.py
git status
git add tutorials.html
git status
diff tutorials.html tutorials.html.original