Skip to content

Commit

Permalink
Change next.js to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
wgenh committed May 31, 2024
1 parent 71431fb commit c7cb0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
static_site_generator: next
- name: Install dependencies
run: bun install
- name: Build with Next.js
- name: Build with Vite
run: bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit c7cb0b5

Please sign in to comment.