Commit b4c3210
Fix beta2 docs deploy selection (isaac-sim#6164)
## Summary
- include release/3.0.0-beta2 in the multi-version docs deploy branch
whitelist
- exclude prerelease tags from the deploy build so the broken
v3.0.0-beta tag does not block beta2 publication
- add lazy_loader to docs requirements to match package imports used by
newer docs
## Context
Manual Docs workflow run 27398053912 failed while building the
v3.0.0-beta tag before deploy, so release/3.0.0-beta2 docs were not
published.
## Testing
- python3 -c 'import yaml;
yaml.safe_load(open(".github/workflows/docs.yaml")); print("yaml ok")'
- git diff --check
---------
Signed-off-by: ooctipus <zhengyuz@nvidia.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>1 parent bcde512 commit b4c3210
3 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
0 commit comments