Skip to content

Commit

Permalink
Switching to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vishr committed Jul 8, 2023
1 parent f09be6c commit d01d932
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache: npm
cache-dependency-path: website

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
working-directory: website
- name: Build website
run: yarn build
run: npm run build
working-directory: website

# Popular action to deploy to GitHub Pages:
Expand Down

0 comments on commit d01d932

Please sign in to comment.