diff --git a/.github/workflows/publish-c-apidocs.yml b/.github/workflows/publish-c-apidocs.yml index 420b6d974fb25..49ef6197750ed 100644 --- a/.github/workflows/publish-c-apidocs.yml +++ b/.github/workflows/publish-c-apidocs.yml @@ -9,7 +9,7 @@ on: - include/onnxruntime/core/session/** - orttraining/orttraining/training_api/include/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -53,4 +53,4 @@ jobs: with: name: onnxruntime-c-apidocs path: _site - retention-days: 30 + retention-days: 10 diff --git a/.github/workflows/publish-csharp-apidocs.yml b/.github/workflows/publish-csharp-apidocs.yml index d70d761d43cb0..f0d7b15b6210d 100644 --- a/.github/workflows/publish-csharp-apidocs.yml +++ b/.github/workflows/publish-csharp-apidocs.yml @@ -8,7 +8,7 @@ on: paths: - csharp/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -64,4 +64,4 @@ jobs: with: name: onnxruntime-csharp-apidocs path: _site - retention-days: 30 + retention-days: 10 diff --git a/.github/workflows/publish-java-apidocs.yml b/.github/workflows/publish-java-apidocs.yml index e8dc3d96f3158..3349ce8573cfd 100644 --- a/.github/workflows/publish-java-apidocs.yml +++ b/.github/workflows/publish-java-apidocs.yml @@ -8,7 +8,7 @@ on: paths: - java/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -51,4 +51,4 @@ jobs: with: name: onnxruntime-java-apidocs path: _site - retention-days: 30 + retention-days: 10 diff --git a/.github/workflows/publish-js-apidocs.yml b/.github/workflows/publish-js-apidocs.yml index 0a99639741de8..b4558eafc43ab 100644 --- a/.github/workflows/publish-js-apidocs.yml +++ b/.github/workflows/publish-js-apidocs.yml @@ -8,7 +8,7 @@ on: paths: - js/common/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -51,4 +51,4 @@ jobs: with: name: onnxruntime-node-apidocs path: _site - retention-days: 30 + retention-days: 10 diff --git a/.github/workflows/publish-objectivec-apidocs.yml b/.github/workflows/publish-objectivec-apidocs.yml index 6fba8bf908e9c..7e55d3909f5b3 100644 --- a/.github/workflows/publish-objectivec-apidocs.yml +++ b/.github/workflows/publish-objectivec-apidocs.yml @@ -8,7 +8,7 @@ on: paths: - objectivec/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -56,4 +56,4 @@ jobs: with: name: onnxruntime-objectivec-apidocs path: ./_site - retention-days: 30 + retention-days: 10 diff --git a/.github/workflows/publish-python-apidocs.yml b/.github/workflows/publish-python-apidocs.yml index 0de76bf698a1a..d2703e9b48178 100644 --- a/.github/workflows/publish-python-apidocs.yml +++ b/.github/workflows/publish-python-apidocs.yml @@ -9,7 +9,7 @@ on: - onnxruntime/python/** - docs/python/** schedule: - - cron: '0 0 1,15 * *' + - cron: '0 0 * * 0' workflow_dispatch: concurrency: @@ -58,4 +58,4 @@ jobs: with: name: onnxruntime-python-apidocs path: _site - retention-days: 30 + retention-days: 10 diff --git a/onnxruntime/test/autoep/library/readme.md b/onnxruntime/test/autoep/library/readme.md index 04aaa5ca88973..d2afffff34d24 100644 --- a/onnxruntime/test/autoep/library/readme.md +++ b/onnxruntime/test/autoep/library/readme.md @@ -19,7 +19,7 @@ used for testing and as reference examples. used for cross compiling models for different targets. - `example_plugin_ep_kernel_registry/` - Contains a basic plugin execution provider that registers operator kernels with ONNX Runtime, as opposed to compiling + Contains a basic plugin execution provider that registers operator kernels with ONNX Runtime, as opposed to compiling nodes. - `plugin_ep_utils.h` @@ -39,4 +39,4 @@ used for testing and as reference examples. --- For more information, see the ONNX Runtime documentation on -[plugin execution providers](https://onnxruntime.ai/docs/execution-providers/plugin-ep-libraries.html). +[plugin execution providers](https://onnxruntime.ai/docs/execution-providers/plugin-ep-libraries/).