From d013e1a776aa2f2ccda2b845266c2a1b9324f651 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 11 Jul 2023 17:56:44 +0800 Subject: [PATCH] clean requirements --- .github/workflows/mkdocs.yml | 5 +++++ requirements.txt | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 2f191c3..4ad1cce 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -18,3 +18,8 @@ jobs: - name: Deploy MkDocs uses: mhausenblas/mkdocs-deploy-gh-pages@1.26 + + - name: Build and deploy MkDocs + run: | + pip install -r requirements-doc.txt + mkdocs gh-deploy \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f7813f8..5fd64f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ openai pydantic -mkdocs-material -mkdocstrings -mkdocstrings-python pytest \ No newline at end of file