mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Decrease API docs artifact retention days (#22003)
### Description When API docs workflows fail, we typically don't catch the issue until the most recently generated artifact expires. The current artifact retention is 60 days, so by decreasing to 30 days, we can ensure that we're resolving the workflow failures more quickly. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
7489bfee53
commit
e7107f41de
6 changed files with 6 additions and 6 deletions
2
.github/workflows/publish-c-apidocs.yml
vendored
2
.github/workflows/publish-c-apidocs.yml
vendored
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-c-apidocs
|
||||
path: _site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
2
.github/workflows/publish-csharp-apidocs.yml
vendored
2
.github/workflows/publish-csharp-apidocs.yml
vendored
|
|
@ -59,4 +59,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-csharp-apidocs
|
||||
path: _site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
2
.github/workflows/publish-java-apidocs.yml
vendored
2
.github/workflows/publish-java-apidocs.yml
vendored
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-java-apidocs
|
||||
path: _site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
2
.github/workflows/publish-js-apidocs.yml
vendored
2
.github/workflows/publish-js-apidocs.yml
vendored
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-node-apidocs
|
||||
path: _site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-objectivec-apidocs
|
||||
path: ./_site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
2
.github/workflows/publish-python-apidocs.yml
vendored
2
.github/workflows/publish-python-apidocs.yml
vendored
|
|
@ -53,4 +53,4 @@ jobs:
|
|||
with:
|
||||
name: onnxruntime-python-apidocs
|
||||
path: _site
|
||||
retention-days: 60
|
||||
retention-days: 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue