Skip to content

Commit

Permalink
Merge pull request #380 from bitmovin/feature/fix-API-docs-generation
Browse files Browse the repository at this point in the history
Fix API docs generation on CI
  • Loading branch information
rolandkakonyi authored Jan 17, 2024
2 parents b00e07a + 0b8d8fd commit cad267b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
cache: 'yarn'

- name: Install dependencies
- name: Install node_modules
run: yarn install --frozen-lockfile

- name: Install dependencies (example/)
run: yarn example install --frozen-lockfile
- name: Install node_modules (example/)
run: yarn install --frozen-lockfile --cwd example

- name: Install node_modules (integration_test/)
run: yarn install --frozen-lockfile --cwd integration_test

- name: Detect version using jq
run: |
Expand Down

0 comments on commit cad267b

Please sign in to comment.