missing dep

This commit is contained in:
zramsay 2025-11-28 16:10:57 -05:00
parent 5c8e355e1a
commit 44cae0994e

View File

@ -11,7 +11,7 @@ fi
apt-get update
apt-get install -y python3-pip
pip3 install mkdocs mkdocs-material || exit 1
pip3 install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin || exit 1
mkdocs build || exit 1