Skip to content

Commit

Permalink
add missing dependencies for mkdocs in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gurizab committed Nov 16, 2023
1 parent 8e1da31 commit 8ee7cfe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- name: Install dependencies
run: |
mkdocs==1.4.3
mkdocs-autorefs==0.4.1
mkdocs-material==9.1.15
mkdocs-material-extensions==1.1.1
mkdocstrings==0.20.0
mkdocstrings-python==1.1.2
- run: |
cd NASLib_docs
mkdocs gh-deploy --force

0 comments on commit 8ee7cfe

Please sign in to comment.