From 426b8b0464520847b6670254d098e8184146c7b9 Mon Sep 17 00:00:00 2001 From: Paddy Roddy Date: Thu, 14 Sep 2023 16:48:31 +0100 Subject: [PATCH] Remove never ending docs bit --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec321d2..a546df6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,11 +54,3 @@ jobs: steps: - uses: actions/checkout@v4 - run: pipx run build - docs: - name: Docs - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: | - pip install -e .[docs] - mkdocs serve