Skip to content

Commit

Permalink
Update cdn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-davies authored Mar 30, 2024
1 parent ca78048 commit 3e28662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
- name: Install dependencies
run: npm install ajv

- name: Run validation script
- name: Run package script
run: npm run package

- name: Set up AWS CLI
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-2

- name: Upload folder to S3
run: |
Expand Down

0 comments on commit 3e28662

Please sign in to comment.