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 7131651 commit f01c33fCopy full SHA for f01c33f
.github/workflows/scala3doc.yaml
@@ -48,9 +48,12 @@ jobs:
48
- name: Locally publish self
49
run: ./project/scripts/sbt scala3doc/publishLocal
50
51
- - name: Generate test documentation
+ - name: Generate self documentation
52
run: ./project/scripts/sbt scala3doc/generateSelfDocumentation
53
54
+ - name: Generate testcases documentation
55
+ run: ./project/scripts/sbt scala3doc/generateTestcasesDocumentation
56
+
57
- name: Generate Scala 3 documentation
58
run: ./project/scripts/sbt scala3doc/generateScala3Documentation
59
0 commit comments