Skip to content

Commit

Permalink
Fix deploy docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Oct 9, 2024
1 parent 4fd1281 commit a3be763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install and Build 🔧 # Only need to install jsdoc package here and then run docs script
run: |
npm install -g turbo
yarn install --frozen-lockfile --ignore-scripts
turbo run docs
Expand Down

0 comments on commit a3be763

Please sign in to comment.