From 80f3efece92b930c9f9912b01cbac68e194eb03f Mon Sep 17 00:00:00 2001 From: Carwyn Pelley Date: Thu, 6 Jun 2024 23:38:56 +0100 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5369b25..f2f5a5b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: cache: 'pip' - name: Install dependencies - run: pip install .[docs] + run: pip install . - name: Build documentation run: ./docs/gen_docs dagrunner ./docs @@ -35,4 +35,4 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git commit -am "Automated reference documentation update" - git push \ No newline at end of file + git push