From 1e305b89ed0ee195f9c8e6229140dfe7b4ce6d19 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 4 Mar 2020 18:05:29 +0100 Subject: Remove needless dep --- .github/workflows/rustdoc.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/rustdoc.yaml') 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: components: rustfmt, rust-src - name: Build Documentation - uses: actions-rs/cargo@v1 - with: - command: doc - args: --all --no-deps + run: cargo doc --all --no-deps - name: Deploy Docs uses: peaceiris/actions-gh-pages@v2.6.0-rc0 -- cgit v1.2.3