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 43d80ea commit fdd45f8Copy full SHA for fdd45f8
.github/workflows/language-reference.yaml
@@ -43,8 +43,10 @@ jobs:
43
44
- name: Generate reference documentation and test links
45
run: |
46
- ./dotty/project/scripts/sbt scaladoc/generateReferenceDocumentation --no-regenerate-expected-links
47
- ./dotty/project/scripts/docsLinksStability ./dotty/scaladoc/output/reference ./dotty/project/scripts/expected-links/reference-expected-links.txt
+ cd dotty
+ ./project/scripts/sbt scaladoc/generateReferenceDocumentation --no-regenerate-expected-links
48
+ ./project/scripts/docsLinksStability ./scaladoc/output/reference ./project/scripts/expected-links/reference-expected-links.txt
49
+ cd ..
50
51
- name: Push changes to scala3-reference-docs
52
if: github.event_name == 'push'
0 commit comments