10000 Remove mdoc output · scala/docs.scala-lang@c223c20 · GitHub
[go: up one dir, main page]

Skip to content

Commit c223c20

Browse files
committed
Remove mdoc output
1 parent 1f3ff72 commit c223c20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
jvm: adopt:11
1717
- name: Run mdoc
18-
run: ./scripts/run-mdoc.sh
18+
run: |
19+
./scripts/run-mdoc.sh
20+
rm -r /tmp/mdoc-out/
1921
- name: Jekyll build
2022
run: bundle exec jekyll build
2123
- name: HTMLProofer

0 commit comments

Comments
 (0)
0