From 9f2dffd210f955a8e29c757fc06382b7753cdfa2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 4 Sep 2023 11:10:06 +0100 Subject: [PATCH] Remove docs build We have none. Signed-off-by: Stephen Finucane --- .github/workflows/ci.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5933f5..d48c1a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,29 +39,6 @@ jobs: - name: Run unit tests (via tox) # Run tox using the version of Python in `PATH` run: tox -e py - docs: - name: Build docs - runs-on: ubuntu-latest - steps: - - name: Checkout source code - uses: actions/checkout@v3 - # We need history for release notes - with: - fetch-depth: 0 - - name: Set up Python 3.11 - uses: actions/setup-python@v4 - with: - python-version: "3.11" - - name: Install dependencies - run: python -m pip install tox - - name: Build docs (via tox) - run: tox -e docs - - name: Archive build results - uses: actions/upload-artifact@v3 - with: - name: html-docs-build - path: docs/_build/html - retention-days: 7 release: name: Upload release artifacts runs-on: ubuntu-latest