We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e891cb8 commit 7345097Copy full SHA for 7345097
.github/workflows/deploy-docs.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Build documentation
57
run: |
58
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON -DH5CPP_CONAN_PROFILE=gcc11 ..
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON ..
59
cmake --build build --target html
60
61
- name: Clone existing GitHub Pages content
0 commit comments