github: fix cargo doc step

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-24 02:45:10 +05:30
parent 2f4c53a28c
commit 03a216e977
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -58,4 +58,5 @@ jobs:
- name: Run cargo doc
uses: actions-rs/cargo@v1
with:
command: doc --no-deps
command: doc
args: --no-deps