Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Fir121 committed Apr 20, 2024
1 parent d28ce38 commit 3b90184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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 -r requirements.txt
- run: mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs-material
mkdocs-same-dir

0 comments on commit 3b90184

Please sign in to comment.