mirror of
https://github.com/deployphp/action.git
synced 2025-06-28 12:14:16 +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:
|
with:
|
||||||
php-version: '8.1'
|
php-version: '8.1'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: composer install
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: deployphp/action@v1
|
uses: deployphp/action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue