Skip to content

Commit

Permalink
phpDocumentorが動作しない問題を改善
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Sep 6, 2024
1 parent 143bf81 commit b5084db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php_documentor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cp docker-compose.yml.default docker-compose.yml
sed -i -e "s/basercms:php8.1/basercms:php${{ matrix.php-version }}/g" docker-compose.yml
sed -i -e "s/XDEBUG_MODE: \"debug\"/XDEBUG_MODE: \"off\"/g" docker-compose.yml
docker-compose up -d
docker compose up -d
- name: PhpDocumentor
run: |
Expand Down

0 comments on commit b5084db

Please sign in to comment.