Skip to content

Commit

Permalink
Merge pull request #321 from niklasdewally/ci-fix
Browse files Browse the repository at this point in the history
fix: ci doc building for uniplate
  • Loading branch information
ozgurakgun authored Jul 7, 2024
2 parents ec6cf20 + 5b4dfeb commit ea988c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ TARGET_DIR=$(cargo metadata 2> /dev/null | jq -r .target_directory 2>/dev/null)
cd "$PROJECT_ROOT"
rm -rf "$TARGET_DIR/doc"

RUSTDOCFLAGS="-Zunstable-options --markdown-no-toc --index-page ${PROJECT_ROOT}/doc/index.md" cargo +nightly doc --no-deps --all-features -p conjure_oxide -p conjure_macros -p conjure_core -p minion_rs -p chuffed_rs -p uniplate -p enum_compatability_macro $@
RUSTDOCFLAGS="-Zunstable-options --markdown-no-toc --index-page ${PROJECT_ROOT}/doc/index.md" cargo +nightly doc --no-deps --all-features -p conjure_oxide -p conjure_macros -p conjure_core -p minion_rs -p chuffed_rs -p path+file://${PROJECT_ROOT}/crates/uniplate -p enum_compatability_macro $@

0 comments on commit ea988c2

Please sign in to comment.