Skip to content

Commit

Permalink
Fixed build of main docs, exclude examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jan 22, 2024
1 parent 1c117f1 commit 1a5d6fd
Showing 1 changed file with 1 addition 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 @@ -19,7 +19,7 @@ jobs:
components: rustfmt,rust-src

- name: Build documentation
run: cargo doc --features "argmin-math/latest_all" --no-deps
run: cargo doc --features "argmin-math/latest_all,argmin/full" --no-deps --workspace --exclude "example-*"

- name: Forwarding
run: echo '<!doctype html><meta http-equiv="refresh" content="0; ./argmin/">' > ./target/doc/index.html
Expand Down

0 comments on commit 1a5d6fd

Please sign in to comment.