Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 committed Jan 29, 2025
1 parent 690c9a7 commit 9fed748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
with:
node-version-file: .nvmrc

- name: Install dependencies
- name: Install SDK dependencies
run: npm ci

- name: Install docusaurus dependencies
working-directory: ./website
run: npm ci

Expand Down

0 comments on commit 9fed748

Please sign in to comment.