Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavchopraa authored Aug 8, 2024
1 parent 1854175 commit 075600c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: |
npm install
- name: Compress
run: npm run compress
run: |
pip3 install pillow
npm run compress
# build:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 075600c

Please sign in to comment.