install mkdocs-exclude

This commit is contained in:
David Holdeman 2023-01-01 09:15:39 -06:00
parent f5ac07ead6
commit 4bae9ee8ce
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
sudo apt update sudo apt update
sudo apt install sshpass sudo apt install sshpass
pip install mkdocs mkdocs-ezlinks-plugin pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude
- name: Generate static pages using mkdocs - name: Generate static pages using mkdocs
run: | run: |