From d5a63b5d8a467a7c993df5bee173320833088d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Tue, 7 Feb 2023 00:07:22 +0100 Subject: [PATCH] docs(github-actions): add composer install step --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b990134..0d6c0c1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ jobs: with: php-version: '8.1' + - name: Install dependencies + run: composer install + - name: Deploy uses: deployphp/action@v1 with: