Skip to content

Commit

Permalink
Fix missing dependency for docs deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Aug 16, 2024
1 parent 482407e commit e2bbdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
restore-keys: |
mkdocs-material-
- name: Install dependencies
run: pip install mkdocs mkdocs-material mkdocs-typer termynal
run: pip install mkdocs mkdocs-material mkdocs-typer termynal mkdocs-swagger-ui-tag
- name: Deploy and publish to GitHub Pages
run: mkdocs gh-deploy --force

0 comments on commit e2bbdcc

Please sign in to comment.