small update to website generation script

Summary: Small fix in website generation script.

Reviewed By: bottler

Differential Revision: D24893286

fbshipit-source-id: 5afbe05d749914788917a3834cf32e2f48bb4765
This commit is contained in:
Nikhila Ravi 2020-11-11 16:49:01 -08:00 committed by Facebook GitHub Bot
parent faed5405c8
commit ddb0b1b652

View File

@ -27,7 +27,7 @@ yarn
yarn run build yarn run build
cd .. || exit cd .. || exit
./scripts/build_website.sh -b bash ./scripts/build_website.sh -b
cd "${WORK_DIR}" || exit cd "${WORK_DIR}" || exit
rm -rf pytorch3d-gh-pages/* rm -rf pytorch3d-gh-pages/*