Skip to content

Commit

Permalink
updated publishdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya Jagarapu committed Oct 11, 2024
2 parents e29dbe0 + 15a78d2 commit 0e7dc18
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: |
pip install mkdocs
pip install mkdocs-macros-plugin
pip install mkdocs-material
sudo apt install python3-mkdocs
sudo apt install python3-mkdocs-macros-plugin
sudo apt install python3-mkdocs-material
- name: MkDocs build
working-directory: ./Docs
run: mkdocs build
Expand Down

0 comments on commit 0e7dc18

Please sign in to comment.