Skip to content

Commit 14372e5

Browse files
committed
Fix python docs build
1 parent 48b3610 commit 14372e5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/publish-theme.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)