Skip to content

Commit

Permalink
use npm in cd process
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh committed Jul 24, 2023
1 parent f58c1a0 commit ad55108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: '16'
- name: Install dependencies and build
run: |
yarn install
yarn build
npm run install
npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit ad55108

Please sign in to comment.