Skip to content

Commit e504c6e

Browse files
committed
Fix script
1 parent ee3c736 commit e504c6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
with:
1616
jvm: adopt:11
1717
- name: Run mdoc
18-
run: |
19-
./scripts/run-mdoc.sh
20-
rm -r tut-tmp
18+
run: ./scripts/run-mdoc.sh
2119
- name: Jekyll build
2220
run: bundle exec jekyll build
2321
- name: HTMLProofer

0 commit comments

Comments
 (0)