Skip to content

Commit

Permalink
Fix publication of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 11, 2019
1 parent 2bf5575 commit a7608b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Rust
run: rustup update stable && rustup default stable
- name: Build documentation
run: cargo doc --no-deps --all-features
run: cargo doc --no-deps
- name: Publish documentation
run: |
cd target/doc
Expand Down

0 comments on commit a7608b5

Please sign in to comment.