Skip to content

Commit

Permalink
feat(frontend): Installed dependencies in the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kouamschekina committed May 8, 2024
1 parent 112af85 commit d97d0b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend-docs-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Clone project
uses: actions/checkout@v3

- name: Install dependencies
run: yarn install

- name: Generate docs in markdown
run: yarn run typedoc

Expand Down

0 comments on commit d97d0b9

Please sign in to comment.