Skip to content

Commit 6f62d7a

Browse files
committed
Copy JavaDocs into site before deploying
1 parent e7959fd commit 6f62d7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Copy the Documentation
2626
run: rsync -a docs/ target/site/
2727

28+
- name: Copy the JavaDocs
29+
run: rsync -a target/apidocs/ target/site/
30+
2831
- name: Transfer Documentation to royalur.github.io
2932
uses: cpina/github-action-push-to-another-repository@v1.7.2
3033
env:

0 commit comments

Comments
 (0)