Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher authored Feb 27, 2024
1 parent c3db3df commit 88adef6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: /home/github/deploy.sh


- name: Brotli compress the html, css and js files in the "build" directory
id: brotli
uses: charlesworth/compress-action@1.0

0 comments on commit 88adef6

Please sign in to comment.