Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
use pip version of mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Mar 16, 2020
1 parent 1ed363c commit 79b709a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build docs for link check
run: |
sudo apt install mkdocs python3-pip python3-setuptools python3-wheel
sudo apt install python3-pip python3-setuptools python3-wheel
pip3 install -r docs/requirements.txt
mkdocs build
- name: Link Checker
Expand Down

0 comments on commit 79b709a

Please sign in to comment.