Skip to content

Commit

Permalink
still trying push
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Sep 30, 2024
1 parent f75fa4b commit 528db90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev_push_to_s3_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:

- name: npm install, and build
run: |
npm install
printf "@fortawesome:registry=https://npm.fontawesome.com/\n//npm.fontawesome.com/:_authToken=${FA_AUTH_TOKEN}" >> ~/.npmrc
npm ci
npm run build
env:
FA_AUTH_TOKEN: ${{ secrets.VITE_FA_AUTH_TOKEN }}

- name: Deploy to Dev s3, Set index headers, and Invalidate Cloudfront
env:
Expand Down

0 comments on commit 528db90

Please sign in to comment.