Skip to content

Commit c5bf17e

Browse files
ci: fix book workflow (#25)
1 parent bbc83b5 commit c5bf17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Clean dependencies
4646
if: ${{ inputs.clean-options != '' }}
47-
run: cargo clean ${{ inputs.clean-options}}
47+
run: cargo clean ${{ inputs.clean-options }}
4848

4949
- name: Build dependencies
5050
if: ${{ inputs.build-options != '' }}

0 commit comments

Comments
 (0)