diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index be1b0c9..59eea5b 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -18,8 +18,8 @@ jobs: - run: npm i - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - - run: export COMPOSER_ALLOW_SUPERUSER=1; - - run: composer install + - run: export COMPOSER_ALLOW_SUPERUSER=1 + - run: composer install | yes - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - run: npm run build