Skip to content

Commit

Permalink
Fixed docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalai-snap authored Mar 25, 2024
1 parent 75de3ff commit 9783bc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
node-version: 20.x
cache: 'npm'

- name: Install dependencies
uses: borales/actions-yarn@v5
with:
cmd: install --immutable

- name: Build docs
uses: borales/actions-yarn@v5
with:
Expand Down

0 comments on commit 9783bc5

Please sign in to comment.