Skip to content

Commit

Permalink
Merge cranelift doc generation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 28, 2020
1 parent 0c33696 commit 8efca7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
- run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs
- run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta
- run: cargo doc --package cranelift-codegen-meta --document-private-items
- uses: actions/upload-artifact@v1
with:
name: doc-api
Expand Down
15 changes: 0 additions & 15 deletions cranelift/.github/workflows/main.yml

This file was deleted.

0 comments on commit 8efca7d

Please sign in to comment.