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