Skip to content

Commit

Permalink
Fogot the install
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Feb 22, 2024
1 parent e553aa3 commit 41e4261
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41e4261

Please sign in to comment.