Skip to content

Commit

Permalink
Save doc in artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieGouzien committed May 31, 2024
1 parent f582eeb commit 7a77da8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ jobs:
- name: example from_qsharp
run: cargo run --example=from_qsharp
- name: doc
run: cargo doc
run: cargo doc --release --no-deps
- name: Save doc
uses: actions/upload-artifact@v4
with:
name: ${{matrix.os}}-doc
path: target/doc

0 comments on commit 7a77da8

Please sign in to comment.