From bde8952ed7f9b4886631dfe5172f8a8edfb4dcf6 Mon Sep 17 00:00:00 2001 From: ohdearaugustin Date: Sun, 21 Apr 2024 16:35:00 +0200 Subject: [PATCH] Revert "Add test stage to docs (#1893)" This reverts commit 68503581a07a6addf77372d47f1589881a4b41c0. --- .github/workflows/docs-test.yml | 27 --------------------------- docs/requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 .github/workflows/docs-test.yml diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml deleted file mode 100644 index 575f7c98..00000000 --- a/.github/workflows/docs-test.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Test documentation build - -on: [pull_request] - -concurrency: - group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Install python - uses: actions/setup-python@v4 - with: - python-version: 3.x - - name: Setup cache - uses: actions/cache@v2 - with: - key: ${{ github.ref }} - path: .cache - - name: Setup dependencies - run: pip install -r docs/requirements.txt - - name: Build docs - run: mkdocs build --strict \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index bcbf7c0e..32bd08c1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ cairosvg~=2.7.1 -mkdocs-material~=9.5.18 +mkdocs-material~=9.4.14 mkdocs-minify-plugin~=0.7.1 pillow~=10.1.0 +