From 23705e6099c91c0ee3f813d9f81143b5f718afbe Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Mar 2025 14:57:21 +0100 Subject: [PATCH] update workflow file --- .github/workflows/testing_doc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_doc.yml b/.github/workflows/testing_doc.yml index 2109f9d..bdd63a5 100644 --- a/.github/workflows/testing_doc.yml +++ b/.github/workflows/testing_doc.yml @@ -11,11 +11,12 @@ on: jobs: docs: runs-on: ubuntu-latest - steps: + - uses: actions/checkout@v4 + - name: Checkout Doc - uses: actions/checkout@v2 uses: ammaraskar/sphinx-action@7.4.7 with: pre-build-command: "python3 -m pip install .[doc]" + build-command: "make html SPHINXOPTS='-W'" docs-folder: "docs/" \ No newline at end of file