Skip to content

Commit

Permalink
fix(ci): no docs content to build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed May 20, 2024
1 parent 958ec02 commit ebe58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build --out-dir ../public/docs",
"build": "npm run fetch-content && docusaurus build --out-dir ../public/docs",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit ebe58f3

Please sign in to comment.