File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
59
59
uses : actions/configure-pages@v3
60
60
61
61
- name : Build Demo
62
- run : npx nx build demo
62
+ run : npx nx build demo -c github
63
63
64
64
- name : Upload artifact
65
- uses : actions/upload-pages-artifact@v1
65
+ uses : actions/upload-pages-artifact@v2
66
66
with :
67
67
# Upload entire repository
68
68
path : ' ./dist/apps/demo'
Original file line number Diff line number Diff line change 44
44
],
45
45
"outputHashing" : " all"
46
46
},
47
+ "github" : {
48
+ "budgets" : [
49
+ {
50
+ "type" : " initial" ,
51
+ "maximumWarning" : " 500kb" ,
52
+ "maximumError" : " 1mb"
53
+ },
54
+ {
55
+ "type" : " anyComponentStyle" ,
56
+ "maximumWarning" : " 2kb" ,
57
+ "maximumError" : " 4kb"
58
+ }
59
+ ],
60
+ "outputHashing" : " all" ,
61
+ "baseHref" : " /angular-extensions/"
62
+ },
47
63
"development" : {
48
64
"buildOptimizer" : false ,
49
65
"optimization" : false ,
You can’t perform that action at this time.
0 commit comments