Skip to content

Commit

Permalink
Add mkdocstrings_handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Nov 21, 2023
1 parent fa29a20 commit 3b637b8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: docs
name: Documentation

on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -24,5 +28,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocstrings
- run: pip install mkdocs-material mkdocstrings mkdocstrings_handlers
- run: mkdocs gh-deploy --force

0 comments on commit 3b637b8

Please sign in to comment.