Skip to content

Commit

Permalink
Merge pull request #50 from tulilirockz/fix-actions
Browse files Browse the repository at this point in the history
fix: use npm on gh actions build
  • Loading branch information
castrojo authored Dec 9, 2024
2 parents c7013c8 + 59d9c46 commit 2a7afad
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 2a7afad

Please sign in to comment.