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.
2 parents 1c201a3 + 0f2c023 commit ba57cddCopy full SHA for ba57cdd
.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