Skip to content

Commit fdd45f8

Browse files
committed
Fix generation step
1 parent 43d80ea commit fdd45f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/language-reference.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343

4444
- name: Generate reference documentation and test links
4545
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
46+
cd dotty
47+
./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 ..
4850
4951
- name: Push changes to scala3-reference-docs
5052
if: github.event_name == 'push'

0 commit comments

Comments
 (0)