We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7959fd commit 6f62d7aCopy full SHA for 6f62d7a
1 file changed
.github/workflows/build_docs.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Copy the Documentation
26
run: rsync -a docs/ target/site/
27
28
+ - name: Copy the JavaDocs
29
+ run: rsync -a target/apidocs/ target/site/
30
+
31
- name: Transfer Documentation to royalur.github.io
32
uses: cpina/github-action-push-to-another-repository@v1.7.2
33
env:
0 commit comments