You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "#!/bin/sh\n# only run if tine repo available\nif [ -f /docs/tine20/vendor/bin/phpdoc-md ]; then\n echo \"INFO - Building tine php api docs with phpdoc-md\" && cd /docs/tine20/ && vendor/bin/phpdoc-md\nelse\n echo \"NOTICE - Could not find vendor/bin/phpdoc-md\"\nfi" > /scripts/phpdoc.sh