Skip to content

Commit

Permalink
Restore mdbook script
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Oct 9, 2024
1 parent a84b761 commit f606b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mdbook-version: "latest"

- name: Generate mdBook
run: turbo run mdbook
run: yarn run mdbook

- name: Install SSH Client 🔑
uses: webfactory/ssh-agent@v0.4.1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"packageManager": "yarn@1.22.22",
"scripts": {
"mdbook": "mdbook build tutorials --dest-dir ../out/tutorials",
"publish-packages": "changeset version && changeset publish"
}
}

0 comments on commit f606b35

Please sign in to comment.