diff --git a/.github/workflows/check_sphinx_build.yml b/.github/workflows/check_sphinx_build.yml index c8c7a4b1..6466c4a1 100644 --- a/.github/workflows/check_sphinx_build.yml +++ b/.github/workflows/check_sphinx_build.yml @@ -27,7 +27,12 @@ jobs: - name: Build documentation shell: bash -l {0} run: | - make html linkcheck + make html + + # - name: Check links + # shell: bash -l {0} + # run: | + # make linkcheck # workaround https://github.com/actions/upload-artifact/issues/38 - name: tarball