1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Force build removal

This commit is contained in:
Philipp Hagemeister 2013-01-12 22:25:54 +01:00
parent bbc3e2753a
commit 253d96f2e2

View file

@ -81,6 +81,6 @@ ROOT=$(pwd)
git push "$ROOT" gh-pages git push "$ROOT" gh-pages
git push "$ORIGIN_URL" gh-pages git push "$ORIGIN_URL" gh-pages
) )
rm -r build rm -rf build
echo "\n### DONE!" echo "\n### DONE!"