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 cf4fad4 commit b2b0fe6Copy full SHA for b2b0fe6
.github/workflows/build_cmake.yml
@@ -425,7 +425,7 @@ jobs:
425
if (NOT result EQUAL 0)
426
message(FATAL_ERROR "Building documentation failed")
427
endif()
428
- if: matrix.config.os == 'windows-latest'
+ if: matrix.config.os != 'windows-latest'
429
430
- name: Archive html documentation artifacts
431
uses: actions/upload-artifact@v4
0 commit comments