Skip to content

Commit

Permalink
v21.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitator committed Apr 17, 2021
1 parent 13ae856 commit 54bfc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git clone https://github.com/catalyst-team/catalyst.git --branch gh-pages --single-branch gh-pages
cd gh-pages
# Remove master docs, do not touch the past versions
find . -maxdepth 1 ! -name 'versions.html' -type f -exec rm -f {} + || true
find . -maxdepth 1 ! -name 'versions.html' ! -name ".buildinfo" ! -name ".nojekyll" -type f -exec rm -f {} + || true
rm -rf .doctrees _modules _sources _static api info
cp -a ../builds/* .
# commit changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@ best practices for your deep learning research and development.

### Documentation
- [master](https://catalyst-team.github.io/catalyst/)
- [21.04](https://catalyst-team.github.io/catalyst/v21.04/index.html)
- [21.03](https://catalyst-team.github.io/catalyst/v21.03/index.html), [21.03.1/21.03.2](https://catalyst-team.github.io/catalyst/v21.03.1/index.html)
- [20.12](https://catalyst-team.github.io/catalyst/v20.12/index.html)
- [20.11](https://catalyst-team.github.io/catalyst/v20.11/index.html)
Expand Down

0 comments on commit 54bfc8f

Please sign in to comment.