Skip to content

Commit

Permalink
deployment order changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekhov14 committed May 31, 2024
1 parent 5169d4c commit 26ce75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
- name: Install asset deps
run: npm install

- name: Build production assets
run: npx tailwind -i assets/css/app.css -o source/assets/css/app.css --minify

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: mbstring, intl, readline
tools: composer:v2

- name: Build production assets
run: npx tailwind -i assets/css/app.css -o source/assets/css/app.css --minify

- name: Install PHP deps
uses: ramsey/composer-install@v2

Expand Down

0 comments on commit 26ce75c

Please sign in to comment.