aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rustdoc.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 17:05:29 +0000
committerAleksey Kladov <[email protected]>2020-03-04 17:05:29 +0000
commit1e305b89ed0ee195f9c8e6229140dfe7b4ce6d19 (patch)
tree71655315c1691bd7812913fcbebfcb56af8b7422 /.github/workflows/rustdoc.yaml
parent8ac7a180cf8f08c8c6649c6f06709198425a58a1 (diff)
Remove needless dep
Diffstat (limited to '.github/workflows/rustdoc.yaml')
-rw-r--r--.github/workflows/rustdoc.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml
index 66c8887ad..338a4b2ab 100644
--- a/.github/workflows/rustdoc.yaml
+++ b/.github/workflows/rustdoc.yaml
@@ -24,10 +24,7 @@ jobs:
24 components: rustfmt, rust-src 24 components: rustfmt, rust-src
25 25
26 - name: Build Documentation 26 - name: Build Documentation
27 uses: actions-rs/cargo@v1 27 run: cargo doc --all --no-deps
28 with:
29 command: doc
30 args: --all --no-deps
31 28
32 - name: Deploy Docs 29 - name: Deploy Docs
33 uses: peaceiris/[email protected] 30 uses: peaceiris/[email protected]