mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
Force build removal
This commit is contained in:
parent
bbc3e2753a
commit
253d96f2e2
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||||
|
|
Loading…
Reference in a new issue