Skip to content

Commit

Permalink
switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 8, 2024
1 parent 8df5c3a commit e0f30e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
cache: 'npm'
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: npm install --frozen-lockfile --non-interactive
- name: Build
run: yarn build
run: npm build
# 👆 Build steps
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit e0f30e0

Please sign in to comment.