Fix docs path (#18)
This commit is contained in:
parent
2f03a689cf
commit
5458273031
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: 'api/build/intermediates/java_doc_dir/release'
|
||||
path: 'api/build/intermediates/java_doc_dir/release/javaDocReleaseGeneration'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue