Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasakhilesh committed Sep 29, 2023
1 parent 817f5b5 commit b082811
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v3

- name: setup for install
run:
sudo apk add gcc python3-dev
pip install --upgrade pip
- 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 b082811

Please sign in to comment.