Skip to content

Commit f714754

Browse files
authored
ci: temporarily skip Readme syncing to unblock release (#10055)
1 parent 2908b9f commit f714754

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/minor_version_release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ jobs:
7070
- name: Install create_unstable_docs.py dependencies
7171
run: pip install requests
7272

73-
- name: Release Readme version
74-
env:
75-
RDME_API_KEY: ${{ secrets.README_API_KEY }}
76-
run: |
77-
git checkout main
78-
python ./.github/utils/create_unstable_docs.py --new-version ${{ steps.versions.outputs.current_release_minor }}
73+
# TODO: remove this once migration to Docusaurus is complete
74+
# - name: Release Readme version
75+
# env:
76+
# RDME_API_KEY: ${{ secrets.README_API_KEY }}
77+
# run: |
78+
# git checkout main
79+
# python ./.github/utils/create_unstable_docs.py --new-version ${{ steps.versions.outputs.current_release_minor }}
7980

8081
- name: Generate unstable docs for Docusaurus
8182
run: |

.github/workflows/promote_unstable_docs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
- name: Install promote_unstable_docs.py dependencies
3232
run: pip install requests
3333

34-
- name: Release Readme version
35-
env:
36-
RDME_API_KEY: ${{ secrets.README_API_KEY }}
37-
run: |
38-
python ./.github/utils/promote_unstable_docs.py --version ${{ steps.version.outputs.version }}
34+
# TODO: remove this once migration to Docusaurus is complete
35+
# - name: Release Readme version
36+
# env:
37+
# RDME_API_KEY: ${{ secrets.README_API_KEY }}
38+
# run: |
39+
# python ./.github/utils/promote_unstable_docs.py --version ${{ steps.version.outputs.version }}
3940

4041
- name: Promote unstable docs for Docusaurus
4142
run: |

0 commit comments

Comments
 (0)