Skip to content

Commit cc25d14

Browse files
committed
fix(ci): use GitHub releases URL for phpDocumentor download
The phpdoc.org site returned 503 Service Unavailable, breaking the docs workflow. Switched to the official GitHub releases URL which is more reliable.
1 parent 49ed549 commit cc25d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install phpDocumentor
3030
run: |
31-
wget https://phpdoc.org/phpDocumentor.phar
31+
wget https://github.com/phpDocumentor/phpDocumentor/releases/latest/download/phpDocumentor.phar
3232
chmod +x phpDocumentor.phar
3333
sudo mv phpDocumentor.phar /usr/local/bin/phpdoc
3434

0 commit comments

Comments
 (0)