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 0ff3ad8 commit 4eff42d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Install ImageMagick
run: |
sudo apt-get update
Expand All @@ -32,9 +35,6 @@ jobs:
chmod +x ./picture_processing.sh
./picture_processing.sh
- name: Build
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4eff42d

Please sign in to comment.