Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1k3rnelpan1c committed May 20, 2023
1 parent f9b7dbc commit 6ef97ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@master

- name: Install dependencies
run: npm ci
Expand All @@ -21,8 +21,7 @@ jobs:
run: yarn run build

- name: Deploy to S3
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@master
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
env:
Expand Down

0 comments on commit 6ef97ce

Please sign in to comment.