We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bae52 commit 63e2e31Copy full SHA for 63e2e31
.github/workflows/publishdocs.yml
@@ -15,9 +15,9 @@ jobs:
15
run: sudo apt install python3-pip python3-setuptools python3-wheel
16
- name: Install MkDocs
17
run: |
18
- sudo apt install python3-mkdocs
19
- sudo apt install python3-mkdocs-macros-plugin
20
- sudo apt install python3-mkdocs-material
+ sudo apt install mkdocs
+ sudo apt install mkdocs-macros-plugin
+ sudo apt install mkdocs-material
21
- name: MkDocs build
22
working-directory: ./Docs
23
run: mkdocs build
0 commit comments