Skip to content

Commit

Permalink
Merge pull request #14688 from dotty-staging/scaladoc/reference-workflow
Browse files Browse the repository at this point in the history
Add language reference generation to Scaladoc's GH Actions workflow
  • Loading branch information
pikinier20 authored Mar 15, 2022
2 parents 1c201a3 + 0f2c023 commit ba57cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scaladoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Generate testcases documentation
run: ./project/scripts/sbt scaladoc/generateTestcasesDocumentation

- name: Generate reference documentation
run: ./project/scripts/sbt scaladoc/generateReferenceDocumentation

- name: Generate Scala 3 documentation
run: ./project/scripts/sbt scaladoc/generateScalaDocumentation

Expand Down

0 comments on commit ba57cdd

Please sign in to comment.