Skip to content

Commit 79479b6

Browse files
authored
Update test_build.yml
1 parent 849540e commit 79479b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17+
- name: Install pandoc
18+
uses: pandoc/actions/setup@v1
19+
1720
- name: Checkout
1821
uses: actions/checkout@v4
1922

2023
- name: Find tutorials
2124
run: |
22-
which pandoc
23-
which sed
2425
cd MDtutorials
2526
ls
2627
for path in ./*; do
@@ -32,4 +33,6 @@ jobs:
3233
ls -l $fil
3334
done
3435
done
36+
which pandoc
37+
which sed
3538

0 commit comments

Comments
 (0)