Skip to content

Commit

Permalink
requirements added
Browse files Browse the repository at this point in the history
  • Loading branch information
Fir121 committed Apr 20, 2024
1 parent c86e0b4 commit 6687b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-same-dir
- run: pip install pymdown-extensions
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdocs-material
mkdocs-same-dir
pymdown-extensions

0 comments on commit 6687b76

Please sign in to comment.