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 fe7535f commit 0f2c023Copy full SHA for 0f2c023
.github/workflows/scaladoc.yaml
@@ -52,6 +52,9 @@ jobs:
52
- name: Generate testcases documentation
53
run: ./project/scripts/sbt scaladoc/generateTestcasesDocumentation
54
55
+ - name: Generate reference documentation
56
+ run: ./project/scripts/sbt scaladoc/generateReferenceDocumentation
57
+
58
- name: Generate Scala 3 documentation
59
run: ./project/scripts/sbt scaladoc/generateScalaDocumentation
60
0 commit comments