From 4328c50b8cbb163c25b74fc8c8fd84dcd7267d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 24 Aug 2024 20:22:36 -0400 Subject: [PATCH] NF: Consider warnings as errors in documentation CI build Consider warnings as errors in documentation CI build. --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index dc5f6486cb..249a9f8bcc 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -46,7 +46,7 @@ jobs: - name: Build docs run: | cd docs - make -C . html-no-examples + make -C . html-no-examples SPHINXOPTS="-W --keep-going -n" - name: Deploy Devs if: success() && github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@v4