Skip to content

Commit

Permalink
Update deploy_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi authored Nov 7, 2024
1 parent 2b1c032 commit 2c36724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
aws-region: us-east-1
- name: Copy files to the s3 website content bucket
run:
aws s3 sync build s3://gosling-lang

0 comments on commit 2c36724

Please sign in to comment.