From 1ab3387eab1c7233c77c68e3ca75700d5fc88c0f Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Mon, 18 Mar 2024 13:33:00 +1100 Subject: [PATCH] build docs with deps --- .github/workflows/rust-docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust-docs.yaml b/.github/workflows/rust-docs.yaml index f60c36d91c8..a6da7430044 100644 --- a/.github/workflows/rust-docs.yaml +++ b/.github/workflows/rust-docs.yaml @@ -30,7 +30,6 @@ jobs: uses: actions-rs/cargo@v1 with: command: doc - args: --no-deps - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3