Skip to content

Commit

Permalink
Run cargo doc via pixi so we get nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 7, 2024
1 parent 42cdfef commit bccdb50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,15 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.25.0

- name: Delete existing /target/doc
run: rm -rf ./target/doc

- name: cargo doc --document-private-items
run: cargo doc --document-private-items --no-deps --all-features --workspace --exclude rerun-cli
run: pixi run cargo doc --document-private-items --no-deps --all-features --workspace --exclude rerun-cli

- name: Set up git author
run: |
Expand Down

0 comments on commit bccdb50

Please sign in to comment.