Skip to content

Commit

Permalink
add a requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 27, 2024
1 parent 4a8a9a1 commit 57dac0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ci


on:
push:
branches:
Expand All @@ -17,7 +16,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
pip install mkdocs-awesome-pages-plugin
# pip install mkdocs-glightbox
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# requirements for core
mergedeep
mkdocs-material
cairosvg
pillow

#requirements for intergration
mkdocs-material
mkdocs-awesome-pages-plugin
mkdocs-glightbox

0 comments on commit 57dac0a

Please sign in to comment.