Skip to content

Commit d6e6ead

Browse files
ci: update if syntax
1 parent 94e5af7 commit d6e6ead

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
@@ -89,7 +89,7 @@ jobs:
8989
working-directory: book
9090

9191
- name: Copy Book Output
92-
if: ! ${{ inputs.combine }}
92+
if: ${{ inputs.combine == false }}
9393
run: rm -rf dist && cp -r book dist
9494
working-directory: book
9595

0 commit comments

Comments
 (0)