Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 23, 2024
1 parent 6fd8202 commit 1438457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ jobs:
# Setup Python (faster than using Python container)
- name: Install pipenv
run: |
python -m pip install --upgrade pipenv mkdocs
python -m pip install --upgrade pipenv mkdocs pymdownx
- name: Install dependencies
run: |
pipenv install
- name: Open shell
run: |
pipenv shell
- name: Build docs
run: |
mkdocs build
Expand Down

0 comments on commit 1438457

Please sign in to comment.