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 63413f9 commit 9ecfa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: setup for install
run: |
sudo apk add gcc python3-dev
sudo apt-get install gcc python3-dev
pip install --upgrade pip
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down

0 comments on commit 9ecfa2f

Please sign in to comment.