Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Sep 1, 2024
1 parent 5d5c422 commit 4e2f248
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ The following [packages](https://github.com/brunotot/typescript-monorepo-starter
3. configure [Typedoc](https://typedoc.org/) deployment to [GitHub Pages](https://pages.github.com/)
- navigate to **Actions** / **typedoc-generator.yml**
- click on `Run workflow` button
- after workflow is finished, navigate to **Settings** / **Pages**
- when typedoc finishes, make sure to do the same for all test workflows
- after all workflows finish, navigate to **Settings** / **Pages**
- select `gh-pages` branch as the deployment branch
- save configuration
4. configure GitHub CI
Expand All @@ -69,8 +70,8 @@ The following [packages](https://github.com/brunotot/typescript-monorepo-starter
- select following actions as status checks:
- **test-app-node-express**
- **test-app-vite-react**
- **lib-commons**
- **lib-api-client**
- **test-lib-commons**
- **test-lib-api-client**
- save configuration

### Local installation
Expand Down

0 comments on commit 4e2f248

Please sign in to comment.