Обновить .gitea/workflows/gitea-actions.yml
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m57s
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m57s
This commit is contained in:
parent
6ab6c63d12
commit
2c3dc0d4f1
|
@ -26,12 +26,10 @@ jobs:
|
|||
run: |
|
||||
node -v
|
||||
npm i --progress=false
|
||||
- name: Install Composer
|
||||
- name: Update composer dependencies
|
||||
uses: "ramsey/composer-install@v3"
|
||||
with:
|
||||
dependency-versions: "lowest"
|
||||
- name: Update composer dependencies
|
||||
run: composer install
|
||||
dependency-versions: "locked"
|
||||
- name: Build frontend
|
||||
run: npm run build
|
||||
- name: Deploy to Server
|
||||
|
|
Loading…
Reference in New Issue