Skip to content

Commit e37a6ad

Browse files
authored
Merge pull request #33 from aced-differentiate/fix/deploy-pages
Auto deployment of docs
2 parents 0e203f7 + 9c97e41 commit e37a6ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
- run: |
1919
pip install mkdocs-material
2020
pip install mkdocstrings[python]>=0.18
21+
pip install -r requirements.txt
22+
pip install -e .
2123
- run: |
2224
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)