diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/phpDocumentor.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index 7c70224c76d..533e5f5a5c7 100755 --- a/build/phpDocumentor.sh +++ b/build/phpDocumentor.sh @@ -1,10 +1,6 @@ #!/bin/bash -# Use a cached version of phpDocumentor for now since there is no release yet -# and the github actions artifacts might disappear -# This phar is downloaded from https://github.com/phpDocumentor/phpDocumentor/actions/runs/221599704 - -wget https://bitgrid.net/~jus/phpDocumentor.phar +wget https://phpdoc.org/phpDocumentor.phar mkdir -p api/ |