Skip to content

Commit 63e2e31

Browse files
aishu-jAishwarya Jagarapu
and
Aishwarya Jagarapu
authored
updated publish docs (#796)
* Update publishdocs.yml * updated publishdocs --------- Co-authored-by: Aishwarya Jagarapu <[email protected]>
1 parent d5bae52 commit 63e2e31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publishdocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
run: sudo apt install python3-pip python3-setuptools python3-wheel
1616
- name: Install MkDocs
1717
run: |
18-
sudo apt install python3-mkdocs
19-
sudo apt install python3-mkdocs-macros-plugin
20-
sudo apt install python3-mkdocs-material
18+
sudo apt install mkdocs
19+
sudo apt install mkdocs-macros-plugin
20+
sudo apt install mkdocs-material
2121
- name: MkDocs build
2222
working-directory: ./Docs
2323
run: mkdocs build

0 commit comments

Comments
 (0)