Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft committed Oct 29, 2024
1 parent 9a94d80 commit a4ec6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

DIR="$(cd "$(dirname "$0")" && pwd)"

TASKDB=${TASKDB:-raiko-tasks/in-memory}

cd $DIR

mkdir ../openapi
cargo run --bin docs >../openapi/index.html
cargo run -F ${TASKDB} --bin docs >../openapi/index.html

0 comments on commit a4ec6c6

Please sign in to comment.