Skip to content

Commit

Permalink
Create requirements.txt (#145)
Browse files Browse the repository at this point in the history
* Create requirements.txt

* Add pygments

* Use requirements file in CI
  • Loading branch information
j08lue authored Oct 13, 2023
1 parent 458c185 commit 9cee4e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mkdocs mkdocs-material pygments
python -m pip install -r docs/requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force -f docs/mkdocs.yml
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdocs
pymdown-extensions
mkdocs-material
pygments

0 comments on commit 9cee4e0

Please sign in to comment.