2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-03-31 10:26:36 +00:00

docs(github-actions): add composer install step

This commit is contained in:
Joda Stößer 2023-02-07 00:07:22 +01:00 committed by GitHub
parent c676e77067
commit d5a63b5d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,9 @@ jobs:
with:
php-version: '8.1'
- name: Install dependencies
run: composer install
- name: Deploy
uses: deployphp/action@v1
with: