Skip to content

Commit

Permalink
Merge pull request #3225 from paulbalandan/apidocs-fix
Browse files Browse the repository at this point in the history
Fix 'exit code 23' in apidocs action
  • Loading branch information
michalsn authored Jul 5, 2020
2 parents 789a77c + ad88db8 commit bbf5741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apidocs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Download phpDocumentor
run: |
cd ./source
curl \
-L https://github.com/phpDocumentor/phpDocumentor/releases/download/v2.9.1/phpDocumentor.phar \
-o admin/phpDocumentor.phar
Expand Down

0 comments on commit bbf5741

Please sign in to comment.