Skip to content

Commit

Permalink
fix: install documentation dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo1v committed Feb 21, 2021
1 parent 9681911 commit 7bc8f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Install Dependencies
run: yarn

- name: Install Documentation Dependencies
run: yarn --cwd ./docs

- name: Install Documentation Dependencies
Expand Down

0 comments on commit 7bc8f2d

Please sign in to comment.