Skip to content

Commit

Permalink
Merge pull request #8969 from kenjis/fix-deploy-apidocs.yml
Browse files Browse the repository at this point in the history
chore: workaround for phpDocumentor error
  • Loading branch information
kenjis authored Jun 17, 2024
2 parents 5bac584 + 8360ffb commit 3e2aefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build API in source repo
working-directory: source
run: |
php tools/phpDocumentor run --ansi --verbose
php tools/phpDocumentor --ansi --verbose
cp -R ${GITHUB_WORKSPACE}/source/api/build/* ${GITHUB_WORKSPACE}/api/docs
- name: Deploy to API repo
Expand Down

0 comments on commit 3e2aefb

Please sign in to comment.