Browse Source

change back ci variable

Daniel Busch 6 months ago
parent
commit
225fea880d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -32,7 +32,7 @@ jobs:
         with:
           os: "ubuntu-latest"
           python-version: "3.9"
-          venv-id: "docs-${{ runner.os }}"
+          venv-id: "docs"
           poetry-dependency-install-flags: "--all-extras --only 'main,docs'"
       - name: docs
         run: poetry run sphinx-build -W --keep-going -T -b html docs/source docs/build