소스 검색

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