Skip to content

Commit e669ecd

Browse files
committed
update github actions
1 parent 7c6fa69 commit e669ecd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: deploy-demo
22
on:
33
push:
44
branches:
5-
- 'develop_angular11'
5+
- 'master'
66
paths-ignore:
77
- 'docs/**'
88
pull_request:
99
branches:
10-
- 'develop_angular11'
10+
- 'master'
1111
paths-ignore:
1212
- 'docs/**'
1313
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint": "ng lint",
4848
"e2e": "ng e2e",
4949
"codecov": "codecov",
50-
"build:ci": "ng build -c=production --output-path docs"
50+
"build:ci": "ng build -c=production --output-path docs --base-href 'https://h2qutc.github.io/angular-material-components/'"
5151
},
5252
"private": false,
5353
"dependencies": {

0 commit comments

Comments
 (0)