Skip to content

Commit

Permalink
include buuidd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Sep 20, 2024
1 parent 065e5e0 commit cc9dfe7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ jobs:
with:
ref: ${{ github.event.inputs.commit_sha || github.sha }}

- name: Install Dependencies
uses: actions/setup-node@v4
with:
node-version: 20.x
run: npm install

- name: Build Project
run: |
npm run build
pwd
ls
uses: actions/setup-node@v4
with:
node-version: 20.x
run: npm run build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit cc9dfe7

Please sign in to comment.