Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleximmer authored Oct 9, 2024
1 parent 3b4cabb commit e0a68e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: deploy-docs
on:
push:
branches:
Expand All @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocstrings-python
- run: mkdocs gh-deploy --force

0 comments on commit e0a68e5

Please sign in to comment.