Skip to content

Commit

Permalink
deploy corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanueldaza committed Dec 13, 2024
1 parent 7c087a1 commit 0ff3ad8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install ImageMagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
- name: Run Image Processing Script
run: |
chmod +x ./picture_processing.sh
./picture_processing.sh
- name: Build
run: npm run build

Expand Down

0 comments on commit 0ff3ad8

Please sign in to comment.