Skip to content

Commit

Permalink
Add mkdocs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 23, 2024
1 parent 0806de7 commit 3167322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Setup Python (faster than using Python container)
- name: Install pipenv
run: |
python -m pip install --upgrade pipenv
python -m pip install --upgrade pipenv mkdocs
- name: Install dependencies
run: |
Expand Down

0 comments on commit 3167322

Please sign in to comment.