Commit graph

6 commits

Author SHA1 Message Date
dependabot[bot]
80a9c40cba
Bump actions/checkout from 2 to 3 (#16405) 2023-07-01 03:51:31 +00:00
Nat Kershaw (MSFT)
e901cdbf54
Add wildcard paths to the API docs generation workflows (#15313) 2023-05-02 10:43:45 -07:00
Nat Kershaw (MSFT)
28f64066de
Auto deploy API docs (#15088) 2023-03-23 15:08:49 -07:00
Nat Kershaw (MSFT)
a5d814008c
Fix API docs deploy so that a PR is not required (#15011)
Fixes this
[issue](https://github.com/microsoft/onnxruntime/actions/runs/4387534694/jobs/7682945415#step:12:534)
and removes the extra PR step in the workflow.

Also logs the commit of the main branch that the docs were generated
from to a file called version.txt at the root of the API docs tree.

Tested for Java API docs and results staged here:
https://natke.github.io/onnxruntime/docs/api/java/index.html

If approved, I can migrate all of the other API docs generation
workflows to use this scheme.
2023-03-13 09:36:08 -07:00
Edward Chen
bd142bfb04
Gradle clean up (#14973)
- Use java/gradlew directly in .github/workflows/publish-java-apidocs.yml.
- Remove use of deleted step from tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml.
- Remove Gradle installations and PATH updates from Dockerfiles and scripts. Now Gradle wrapper is used so a system Gradle installation is not needed.
2023-03-10 10:50:32 -08:00
Nat Kershaw (MSFT)
cc9b3e1c37
Automate generation of javadocs and create PR with changes (#12515) 2022-08-12 12:03:38 -07:00