File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,21 @@ jobs:
3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v4
34+ - name : Setup Node
35+ uses : actions/setup-node@v4
36+ with :
37+ node-version : 20
38+ cache : npm
39+ - name : Install dependencies
40+ run : npm ci
41+ - name : Build
42+ run : npm run build -- --configuration production --base-href /devtools/
3443 - name : Setup Pages
3544 uses : actions/configure-pages@v5
3645 - name : Upload artifact
3746 uses : actions/upload-pages-artifact@v3
3847 with :
39- # Upload entire repository
40- path : ' ./src'
48+ path : ./dist/devtools
4149 - name : Deploy to GitHub Pages
4250 id : deployment
4351 uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1717 "build" : {
1818 "builder" : " @angular/build:application" ,
1919 "options" : {
20+ "outputPath" : " dist/devtools" ,
2021 "browser" : " src/main.ts" ,
2122 "tsConfig" : " tsconfig.app.json" ,
2223 "webWorkerTsConfig" : " tsconfig.worker.json" ,
You can’t perform that action at this time.
0 commit comments