Skip to content

Commit

Permalink
Update test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby authored Jan 16, 2025
1 parent 849540e commit 79479b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Install pandoc
uses: pandoc/actions/setup@v1

- name: Checkout
uses: actions/checkout@v4

- name: Find tutorials
run: |
which pandoc
which sed
cd MDtutorials
ls
for path in ./*; do
Expand All @@ -32,4 +33,6 @@ jobs:
ls -l $fil
done
done
which pandoc
which sed

0 comments on commit 79479b6

Please sign in to comment.