From c060c419da184a31c0e3fc38bd28d09a4ae027f9 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesur Date: Fri, 20 Dec 2024 16:54:59 +0100 Subject: [PATCH] update path --- .github/workflows/idefix-ci-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/idefix-ci-doc.yml b/.github/workflows/idefix-ci-doc.yml index 3f0a622c..77f48fd9 100644 --- a/.github/workflows/idefix-ci-doc.yml +++ b/.github/workflows/idefix-ci-doc.yml @@ -22,4 +22,4 @@ jobs: - name: install dependencies run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt - name: compile documentation - run: python -m sphinx -T -b html -d _build/doctrees -D language=en . ./html + run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/sources doc/html