Skip to content

Commit

Permalink
update github actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilon Krishnan committed Oct 9, 2023
1 parent 00662f9 commit 2836e2e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci && cd ./public/app && npm i --force
- run: CI=false npm run build

- name: Install node dependencies
run: npm ci && cd ./public/app && npm i --force

- name: Run build
run: CI=false npm run build

- name: Serverless deploy to S3
uses: serverless/[email protected]
Expand Down

0 comments on commit 2836e2e

Please sign in to comment.