File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments