Skip to content

Commit

Permalink
Removing cd command from deploy to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch authored Jun 12, 2024
1 parent ee56a52 commit 7381351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/hugo_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- name: Deploy to S3
run: |
cd ${{ github.event.repository.name }}
aws s3 cp users s3://${{ env.BASE_URL }}/ --recursive
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 7381351

Please sign in to comment.