From 6c19ac47114981c1ab10307b7f08ed0b0b52813c 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 dc5f6486c..c91295b56 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" - name: Deploy Devs if: success() && github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@v4