Skip to content

Commit

Permalink
Update yarn install command
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 16, 2024
1 parent 5cd2dc7 commit 5e5d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install -g yarn

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

- name: Generate Documentation
run: yarn docs
Expand Down

0 comments on commit 5e5d126

Please sign in to comment.