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 9d4f5a9 commit bba0b62Copy full SHA for bba0b62
scripts/update-built-docs.sh
@@ -24,12 +24,14 @@ rm -rfd ./api-docs/phpstorm-stubs/*
24
# Render
25
./releases/latest/doctum.phar update --no-ansi --no-progress --ignore-parse-errors -v api-docs/doctum-php-phpstorm-stubs.php --force
26
27
+# Local folder cleanup
28
+rm -rf ./api-docs/sources/phpstorm-stubs/
29
+
30
# Push the changes, but not if empty
31
git add -A ./api-docs/phpstorm-stubs
32
git diff-index --quiet HEAD || git commit -m "Api documentations update ($(date --utc))" -m "#apidocs" && git push
33
34
git checkout - > /dev/null
35
36
# Local folder cleanup
-rm -rf ./api-docs/sources/phpstorm-stubs/
37
rm -rf ./api-docs/phpstorm-stubs
0 commit comments