Skip to content

Commit 13a5e3b

Browse files
committed
Chage GitHubActions.
1 parent 1233733 commit 13a5e3b

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Vite React App to GitHub Pages
1+
name: Deploy Next.js App to GitHub Pages
22

33
on:
44
push:
@@ -30,7 +30,7 @@
3030
- name: Install dependencies
3131
run: npm install
3232

33-
- name: Build with Vite
33+
- name: Build
3434
run: npm run build
3535

3636
- name: Upload CNAME

vite.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)