Skip to content

Commit

Permalink
Try this shit with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Apr 18, 2024
1 parent 14e53a3 commit 95c8e8a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: ls
- name: Build
run: bun run vite build
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 95c8e8a

Please sign in to comment.