Skip to content

Commit

Permalink
No need to install AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
tanayseven committed Feb 10, 2024
1 parent 394aa29 commit 6a0b44b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
export GOOGLE_ANALYTICS_ID=${{ secrets.GOOGLE_ANALYTICS_ID }}
make clean && make html
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
- name: Deploy to AWS bucket
run: aws s3 sync _build/html s3://blog.tanay.tech --delete
env:
Expand Down

0 comments on commit 6a0b44b

Please sign in to comment.