Skip to content

Commit

Permalink
Remove archiving of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Jan 21, 2025
1 parent 12d8f64 commit f1f9c86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit f1f9c86

Please sign in to comment.