Skip to content

Commit

Permalink
add docs deploy job to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akhundMurad committed May 2, 2023
1 parent 2fa9a82 commit 14422d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -e .[test]
- run: pip install toml-cli
- run: mike deploy --push --update-aliases --branch gh-docs $(toml get --toml-path pyproject.toml project.version) latest
- run: |
pip install -e .[test]
pip install toml-cli
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
mike deploy --push --update-aliases --branch docs $(toml get --toml-path pyproject.toml project.version) latest

0 comments on commit 14422d6

Please sign in to comment.