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 a84b761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- fix/deploy-docs
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -19,6 +20,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 a84b761

Please sign in to comment.