We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a7031 commit 2886203Copy full SHA for 2886203
.github/workflows/ci.yml
@@ -161,6 +161,9 @@ jobs:
161
with:
162
python-version: "${{ env.PYTHON_VERSION }}"
163
164
+ - name: Install Poetry
165
+ uses: snok/install-poetry@v1
166
+
167
- name: Install dependencies
168
run: pip install -r docs/requirements.txt
169
docs/deploy_docs.py
@@ -53,4 +53,4 @@ def truncate_version(v: version.Version):
53
54
logger.info("Running mike...")
55
56
- logger.info("\n".join(run_cmd(f"mike deploy -u {target_version} {alias}")))
+ logger.info("\n".join(run_cmd(f"mike deploy --push -u {target_version} {alias}")))
0 commit comments