Skip to content

Commit

Permalink
docs: upgrade pip before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek committed Feb 27, 2024
1 parent 88cf434 commit 4551cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v2

- name: Upgrade pip
run: |
python -m 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 4551cb1

Please sign in to comment.