Explorar el Código

:octocat: fix for CI fix

smiley hace 1 año
padre
commit
677df9a9d0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -132,6 +132,9 @@ jobs:
     if: github.ref_name == 'main'
     runs-on: ubuntu-latest
 
+    env:
+      SPHINXBUILD: ci-venv/bin/sphinx-build
+
     steps:
       - name: "Checkout sources"
         uses: actions/checkout@v4