Skip to content

Commit

Permalink
Install mdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent 2dda2a6 commit 4fae5c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install mkdocs
run: pip install mkdocs

- name: Build and deploy docs
run: mkdocs gh-deploy

0 comments on commit 4fae5c9

Please sign in to comment.