Skip to content

Commit 35f7d7b

Browse files
Merge pull request #25 from convince-project/EnricoGhiorzi-patch-1
Update docs.yml
2 parents 29da10c + 00c8c47 commit 35f7d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install and Build 🔧
3030
run: |
3131
cargo doc --no-deps --workspace
32-
mkdir scan_book/book/crates
32+
mkdir -p scan_book/book/crates
3333
mv target/doc/* scan_book/book/crates
3434
- name: install-mdbook
3535
run: |

0 commit comments

Comments
 (0)