From 8d05bef3b1375da780c310f75106dbd3af26c7a7 Mon Sep 17 00:00:00 2001 From: Mats Eikeland Mollestad Date: Mon, 25 Nov 2024 23:48:00 +0100 Subject: [PATCH] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a1d27ee7..99e32acd 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -31,7 +31,7 @@ jobs: --html-output=./apidocs \ --docformat=restructuredtext \ --intersphinx=https://docs.python.org/3/objects.inv \ - ./aligned + ./aligned || true - name: Push API documentation to Github Pages uses: peaceiris/actions-gh-pages@v3