From adefb686e448f4670384f7914999c7ec889ed274 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:16:15 -0800 Subject: [PATCH 1/3] Fix link to plugin EP docs in onnxruntime/test/autoep/library/readme.md. --- onnxruntime/test/autoep/library/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/). From 74f44d2752d6d4712a71b411288dc79f340339bf Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:00:08 -0800 Subject: [PATCH 2/3] update API doc publish workflows to run weekly due to lower 10 day retention limit --- .github/workflows/publish-c-apidocs.yml | 4 ++-- .github/workflows/publish-csharp-apidocs.yml | 4 ++-- .github/workflows/publish-java-apidocs.yml | 4 ++-- .github/workflows/publish-js-apidocs.yml | 4 ++-- .github/workflows/publish-python-apidocs.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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-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 From dc816463d2b51328562a1576ae9c5812aa72cb2c Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:40:09 -0800 Subject: [PATCH 3/3] missed objc pipeline --- .github/workflows/publish-objectivec-apidocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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