Skip to content

Commit ba57cdd

Browse files
authored
Merge pull request #14688 from dotty-staging/scaladoc/reference-workflow
Add language reference generation to Scaladoc's GH Actions workflow
2 parents 1c201a3 + 0f2c023 commit ba57cdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Generate testcases documentation
5353
run: ./project/scripts/sbt scaladoc/generateTestcasesDocumentation
5454

55+
- name: Generate reference documentation
56+
run: ./project/scripts/sbt scaladoc/generateReferenceDocumentation
57+
5558
- name: Generate Scala 3 documentation
5659
run: ./project/scripts/sbt scaladoc/generateScalaDocumentation
5760

0 commit comments

Comments
 (0)