We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f6ff4 commit 94e5af7Copy full SHA for 94e5af7
1 file changed
.github/workflows/book.yml
@@ -84,12 +84,12 @@ jobs:
84
working-directory: book
85
86
- name: Combine Book Outputs
87
- if: ${{ inputs.combine == 'true' }}
+ if: ${{ inputs.combine }}
88
run: mdbook-trunk combine
89
90
91
- name: Copy Book Output
92
- if: ${{ inputs.combine == 'false' }}
+ if: ! ${{ inputs.combine }}
93
run: rm -rf dist && cp -r book dist
94
95
0 commit comments