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