Skip to content

Commit 2886203

Browse files
committed
Fixed doc deploy GA
1 parent e9a7031 commit 2886203

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
with:
162162
python-version: "${{ env.PYTHON_VERSION }}"
163163

164+
- name: Install Poetry
165+
uses: snok/install-poetry@v1
166+
164167
- name: Install dependencies
165168
run: pip install -r docs/requirements.txt
166169

docs/deploy_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def truncate_version(v: version.Version):
5353

5454
logger.info("Running mike...")
5555

56-
logger.info("\n".join(run_cmd(f"mike deploy -u {target_version} {alias}")))
56+
logger.info("\n".join(run_cmd(f"mike deploy --push -u {target_version} {alias}")))

0 commit comments

Comments
 (0)