File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: Deploy Node.js Website
33on :
44 push :
55 branches :
6- - website
6+ - main
7+ - master
78 paths :
89 - ' website_node/**'
910 - ' .github/workflows/deploy-node.yml'
4344 - name : Install dependencies
4445 working-directory : ./website_node
4546 run : npm ci
46-
47- - name : Build static site
48- working-directory : ./website_node
49- run : npm run build
5047
5148 - name : Upload artifact
5249 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start" : " node server.js" ,
88 "dev" : " nodemon server.js" ,
9- "build" : " echo 'No build step configured; using files in public/'" ,
10- "copy-assets" : " node scripts/copy-assets.js" ,
119 "test" : " echo \" Error: no test specified\" && exit 1"
1210 },
1311 "keywords" : [
You can’t perform that action at this time.
0 commit comments