Skip to content

Commit d20504d

Browse files
committed
ci: build docs
1 parent 12f3e0f commit d20504d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci
2525
- run: npm run build
26+
- run: npm run docs
2627
env:
2728
CI: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo 'skipping test'",
1111
"lint": "ng lint",
1212
"e2e": "echo 'skipping test'",
13-
"docs": "compodoc -p src/tsconfig.app.json --theme material -d docs",
13+
"docs": "compodoc -p tsconfig.json --theme material -d docs",
1414
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
1515
},
1616
"private": true,

0 commit comments

Comments
 (0)