Преглед на файлове

change back ci variable

Daniel Busch преди 6 месеца
родител
ревизия
225fea880d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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