File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,27 @@ jobs:
104104 matrix :
105105 repo :
106106 - apify/apify-sdk-js
107- - apify/apify-sdk-python
108107 - apify/apify-cli
109108 - apify/apify-client-js
110- - apify/apify-client-python
111109
112110 runs-on : ubuntu-latest
113111 steps :
114112 - env :
115113 GITHUB_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
116114 run : |
117115 gh workflow run docs.yaml --repo ${{ matrix.repo }}
116+
117+ rebuild-python-docs :
118+ needs : publish
119+ strategy :
120+ matrix :
121+ repo :
122+ - apify/apify-sdk-python
123+ - apify/apify-client-python
124+
125+ runs-on : ubuntu-latest
126+ steps :
127+ - env :
128+ GITHUB_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
129+ run : |
130+ gh workflow run build_and_deploy_docs.yaml --repo ${{ matrix.repo }}
You can’t perform that action at this time.
0 commit comments