Skip to content

Commit

Permalink
chore: Include session crates in the API reference section of the web…
Browse files Browse the repository at this point in the history
…site
  • Loading branch information
LukeMathWalker committed Sep 4, 2024
1 parent 7b55c98 commit bbc2209
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 @@ -390,7 +390,7 @@ jobs:
- name: Build API reference
run: |
cd libs
cargo doc --package pavex --package pavex_cli_client --no-deps
cargo doc --package pavex --package pavex_cli_client --package pavex_session --package pavex_session_memory_store --no-deps
- name: Copy API reference files
run: |
mkdir -p docs/api_reference
Expand Down

0 comments on commit bbc2209

Please sign in to comment.