diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 4395282..2efe760 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -16,8 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install Doc Deps - run: pip install -r requirements-doc.txt - - name: Deploy MkDocs uses: mhausenblas/mkdocs-deploy-gh-pages@1.26 + env: + requirements: requirements-doc.txt diff --git a/requirements-doc.txt b/requirements-doc.txt index 778972e..1196410 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1,4 +1,7 @@ mkdocs-material mkdocstrings mkdocstrings-python -termynal \ No newline at end of file +termynal +openai +pydantic +pytest \ No newline at end of file