8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5390a6 commit 8295511Copy full SHA for 8295511
scripts/run-tut.sh
@@ -2,6 +2,12 @@
2
3
set -eux
4
5
+# black-list _overviews/contributors/index.md because it embeds a Markdown snippet which embeds Scala code that does not compile
6
+mv _overviews/contributors/index.md /tmp/_overviews_contributors_index.md
7
+
8
coursier launch -r "https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.12:0.6.7 -- . tut-tmp '.*\.md$' -classpath $(coursier fetch -p com.chuusai:shapeless_2.12:2.3.3) -Xfatal-warnings -feature
9
10
+# restore _overviews/contributors/index.md file
11
+mv /tmp/_overviews_contributors_index.md _overviews/contributors/index.md
12
13
exit 0
0 commit comments