diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index f2f67184a..baadda253 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -27,9 +27,3 @@ jobs: pip install sphinx==5.0.2 sphinx-autodoc-typehints==1.18.3 torch==2.5.* torchvision tensorflow==2.15.* - name: Build docs run: cd docsrc && make github SPHINXOPTS="-W --keep-going" - - - name: Archive Docs - uses: actions/upload-artifact@v3 - with: - name: archive-docs - path: docs/ \ No newline at end of file