Skip to content

Commit

Permalink
fix: use npm on gh actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 9, 2024
1 parent c7013c8 commit 59d9c46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm i
- name: Build website
run: yarn build
run: npm run build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 59d9c46

Please sign in to comment.