Skip to content

Commit abc64da

Browse files
committed
Revert "update submodule upon website rebuild"
This reverts commit 21aced8.
1 parent 62f30a6 commit abc64da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/deploy-site.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ else
2929
git checkout --orphan master
3030
fi
3131

32-
# Update submodule pytorch/hub to the latest master branch
33-
# Then copy over images to assets/images
34-
git submodule update --remote _hub
35-
cp _hub/images/* assets/images
36-
3732
cd "../"
3833
make build_deploy
3934
cd master-branch

0 commit comments

Comments
 (0)