We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6fa69 commit e669ecdCopy full SHA for e669ecd
.github/workflows/github-actions.yml
@@ -2,12 +2,12 @@ name: deploy-demo
2
on:
3
push:
4
branches:
5
- - 'develop_angular11'
+ - 'master'
6
paths-ignore:
7
- 'docs/**'
8
pull_request:
9
10
11
12
13
jobs:
package.json
@@ -47,7 +47,7 @@
47
"lint": "ng lint",
48
"e2e": "ng e2e",
49
"codecov": "codecov",
50
- "build:ci": "ng build -c=production --output-path docs"
+ "build:ci": "ng build -c=production --output-path docs --base-href 'https://h2qutc.github.io/angular-material-components/'"
51
},
52
"private": false,
53
"dependencies": {
0 commit comments