Skip to content

Commit

Permalink
fix: fixing manager
Browse files Browse the repository at this point in the history
  • Loading branch information
iseizuu committed Aug 17, 2024
1 parent d3f5136 commit cb2d369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn ci
run: npx ci

- name: Install Docs dependencies
run: |
cd docs
yarn ci
npx ci
- name: Build website
run: |
Expand Down

0 comments on commit cb2d369

Please sign in to comment.