From 41e4261b734eba3ba56987c0f9dcf9fe615f6b15 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Wed, 21 Feb 2024 20:37:47 -0500 Subject: [PATCH] Fogot the install --- .github/workflows/docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 682d1b9741..ad9df4b398 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,6 +21,11 @@ jobs: run: | git config --local user.email "docmaster+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" + - name: Install cargo-make + uses: actions-rs/cargo@v1 + with: + command: install + args: --debug cargo-make - name: Prepare run: | cargo doc --document-private-items