Skip to content

Commit

Permalink
updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasakhilesh committed Sep 29, 2023
1 parent 9ecfa2f commit 5c92fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: setup for install
run: |
sudo apt-get install gcc python3-dev
pip install --upgrade pip
sudo pip install --upgrade pip
sudo apt-get install linux-headers-$(uname -r)
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
Expand Down

0 comments on commit 5c92fce

Please sign in to comment.