From e626e4f277902b2b87ad9ee21ae7c2c4d595ed2d Mon Sep 17 00:00:00 2001 From: Ross Stewart Date: Sat, 27 Aug 2022 14:53:14 +0100 Subject: [PATCH] - Update documentation --- .github/workflows/build_sphinx_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_sphinx_docs.yml b/.github/workflows/build_sphinx_docs.yml index 60055ae..43189de 100644 --- a/.github/workflows/build_sphinx_docs.yml +++ b/.github/workflows/build_sphinx_docs.yml @@ -59,4 +59,4 @@ jobs: git add * git commit -am "Documentation update" git push - exit 0 + continue-on-error: true \ No newline at end of file