File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
3
on :
4
4
push :
5
5
branches :
6
- - master # Changed from main to master
6
+ - master
7
7
8
8
jobs :
9
9
build-and-deploy :
19
19
- name : Install and Build
20
20
run : |
21
21
npm install
22
- npm run build:github # Changed from build to build:github
22
+ npm run build:github
23
23
24
24
- name : Deploy
25
25
uses : JamesIves/github-pages-deploy-action@v4
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
6
"homepage" : " https://bungeetaco.github.io/reconciliation/" ,
7
- "scripts" : {
8
- "dev" : " vite" ,
9
- "build" : " tsc -b && vite build" , // Regular build for self-hosting
10
- "build:github" : " cross-env GITHUB_PAGES=true vite build" , // GitHub Pages build
11
- "lint" : " eslint ." ,
12
- "preview" : " vite preview" ,
13
- "deploy" : " npm run build:github && gh-pages -d dist"
14
- }
7
+ "scripts" : {
8
+ "dev" : " vite" ,
9
+ "build" : " tsc -b && vite build" ,
10
+ "build:github" : " cross-env GITHUB_PAGES=true vite build" ,
11
+ "lint" : " eslint ." ,
12
+ "preview" : " vite preview" ,
13
+ "deploy" : " npm run build:github && gh-pages -d dist"
14
+ },
15
15
"dependencies" : {
16
16
"@radix-ui/react-slot" : " ^1.1.1" ,
17
17
"class-variance-authority" : " ^0.7.1" ,
You can’t perform that action at this time.
0 commit comments