Skip to content

Commit

Permalink
Uncomment Composer install step in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdessamadbettal committed Dec 6, 2024
1 parent e57d738 commit d80e219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
php-version: '8.2'
tools: 'composer'

# - name: Composer install
# run: composer install
- name: Composer install
run: composer install

- name: NPM install
run: npm install && npm run build
Expand Down

0 comments on commit d80e219

Please sign in to comment.