From 5ab5174a849977ad3a456d67b42b2f9e9f5c9d07 Mon Sep 17 00:00:00 2001 From: zhengp Date: Sat, 5 Aug 2023 10:38:21 +0800 Subject: [PATCH] fix type in gh action --- .github/workflows/deploy-docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6c3de1a..228effc 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,8 +19,7 @@ jobs: with: python-version: "3.10" - name: Install dependencies - run: | - run: python -m pip install .[docs] --upgrade pip + run: python -m pip install .[docs] --upgrade pip - name: Generate API docs & Build sphinx documentation run: | cd docs