From 16712dbe07479a8444efc4d6cf43ef887b7fce4b Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 17 Jul 2023 17:23:02 +0800 Subject: [PATCH] update doc build --- .github/workflows/mkdocs.yml | 5 ++--- requirements-doc.txt | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) 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