Skip to content

Commit

Permalink
updated publishdocs.yml -mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya Jagarapu committed Oct 11, 2024
1 parent 0e7dc18 commit 1c587f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
run: sudo apt install python3-pip python3-setuptools python3-wheel
- name: Install MkDocs
run: |
sudo apt install python3-mkdocs
sudo apt install python3-mkdocs-macros-plugin
sudo apt install python3-mkdocs-material
sudo apt install mkdocs
sudo apt install mkdocs-macros-plugin
sudo apt install mkdocs-material
- name: MkDocs build
working-directory: ./Docs
run: mkdocs build
Expand Down

0 comments on commit 1c587f3

Please sign in to comment.