Skip to content

Commit faf5ca2

Browse files
authored
chore(ci): fix rustdoc preview workflow typo (#232)
1 parent d037149 commit faf5ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustdoc-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ github.event.pull_request.head.ref }}
4646

4747
- name: Install Rust toolchain
48-
- uses: dtolnay/rust-toolchain@nightly
48+
uses: dtolnay/rust-toolchain@nightly
4949

5050
- name: Build rustdoc
5151
run: cargo rustdoc --features full -- --cfg docsrs

0 commit comments

Comments
 (0)