Skip to content

Commit 87c6473

Browse files
committed
ci: Ensure documentation generates
1 parent c6a3966 commit 87c6473

File tree

3 files changed

+36
-10
lines changed

3 files changed

+36
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
- run: npm ci
2626
- name: Check types
2727
run: npm run test:types
28+
check-docs:
29+
name: Check Docs
30+
timeout-minutes: 5
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v3
34+
- run: npm ci
35+
- name: Check Docs
36+
run: npm run docs
2837
build:
2938
runs-on: ubuntu-latest
3039
timeout-minutes: 30

package-lock.json

Lines changed: 26 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/preset-react": "7.22.5",
4848
"@babel/preset-typescript": "7.22.5",
4949
"@definitelytyped/dtslint": "0.0.163",
50-
"@parse/minami": "1.0.0",
50+
"@parse/minami": "git+https://github.com/parse-community/minami#main",
5151
"@saithodev/semantic-release-backmerge": "2.1.3",
5252
"@semantic-release/changelog": "6.0.3",
5353
"@semantic-release/commit-analyzer": "9.0.2",

0 commit comments

Comments
 (0)