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:
parent
c676e77067
commit
d5a63b5d8a
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ jobs:
|
|||
with:
|
||||
php-version: '8.1'
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install
|
||||
|
||||
- name: Deploy
|
||||
uses: deployphp/action@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue