Skip to content

Commit

Permalink
ci: fixes readme filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 26, 2024
1 parent 7104cc8 commit 6a6ff99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- run: sudo corepack enable yarn
- run: yarn build
- name: Fail if someone forgot to commit docs
run: |
yarn docs
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/phone-utils/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"hideGenerator": true,
"out": "../../docs/sdk/docs/phone-utils",
"gitRevision": "master",
"readme": "readme.md",
"readme": "README.md",
"entryPoints": [
"./src"
],
Expand Down

0 comments on commit 6a6ff99

Please sign in to comment.