mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-15 15:47:36 -04:00
1 parent
770ec9c447
commit
84eb4d2c92
1 file changed
+2
-2
@@ -18,14 +18,14 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install MkDocs
|
||||
run: |
|
||||
pip install \
|
||||
mkdocs==1.6.0 \
|
||||
mkdocs-material==9.5.21 \
|
||||
mkdocs-github-admonitions-plugin==0.0.4
|
||||
mkdocs-github-admonitions-plugin==0.1.1
|
||||
|
||||
- name: Build MkDocs
|
||||
run: mkdocs build
|
||||
|
||||
Reference in new issue
Block a user