We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba0b62 commit 06b09bbCopy full SHA for 06b09bb
scripts/update-built-docs.sh
@@ -15,6 +15,7 @@ fi
15
16
# Download, extract and move
17
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/*
19
unzip -q -j -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
20
21
# Try as hard as possible to cleanup the dir
0 commit comments