Skip to content

Commit

Permalink
Create test_build.yml
Browse files Browse the repository at this point in the history
work on markup build
  • Loading branch information
briantoby authored Jan 16, 2025
1 parent b359100 commit e2e1d16
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflow/test_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Develop code to build markup files into HTML
#
name: test md to HTML

on: [workflow_dispatch]

permissions:
contents: write
id-token: write
pages: write

jobs:
build: # Build web pages
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Find tutorials
run: |
ls -R
cd MDtutorials
curl -L https://github.com/AdvancedPhotonSource/GSAS-II/raw/master/GSASII/tutorialIndex.py -o scripts/tutorialIndex.py

0 comments on commit e2e1d16

Please sign in to comment.