Skip to content

Commit 06b09bb

Browse files
committed
ci: empty source folder before unzip
1 parent bba0b62 commit 06b09bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-built-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fi
1515

1616
# Download, extract and move
1717
curl -L -s -o phpstorm-stubs.zip https://github.com/JetBrains/phpstorm-stubs/archive/refs/heads/master.zip
18+
rm -rf ./api-docs/sources/phpstorm-stubs/*
1819
unzip -q -j -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
1920

2021
# Try as hard as possible to cleanup the dir

0 commit comments

Comments
 (0)