Skip to content

Commit

Permalink
Fixed doc deploy GA
Browse files Browse the repository at this point in the history
  • Loading branch information
javiber committed Jan 5, 2023
1 parent e9a7031 commit 2886203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -161,6 +161,9 @@ jobs:
with:
python-version: "${{ env.PYTHON_VERSION }}"

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install dependencies
run: pip install -r docs/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy_docs.py
Expand Up @@ -53,4 +53,4 @@ def truncate_version(v: version.Version):

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

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 comments on commit 2886203

Please sign in to comment.