Skip to content

Commit 9d4f5a9

Browse files
committed
ci: strip first folder
1 parent ab04335 commit 9d4f5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-built-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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-
unzip -q -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
18+
unzip -q -j -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
1919

2020
# Try as hard as possible to cleanup the dir
2121
git ls-files ./api-docs/phpstorm-stubs/ | xargs -r -n 1 rm

0 commit comments

Comments
 (0)