Skip to content

Commit

Permalink
Troubleshooting output
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkimbell committed Nov 4, 2023
1 parent b8ec24e commit 3dd66d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
path: ./dist
- name: Output contents
run: ls
- name: Output
run: echo "Deploying..."
- name: Deploy site

uses: ./.github/actions/deploy-s3-javascript
#here we add secret values to our enviornment of
#the github runner, AWS-CLI looks for keys with
Expand All @@ -76,8 +79,6 @@ jobs:
dist-folder: ./dist
#bucket-region: us-east-2



information:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3dd66d6

Please sign in to comment.