Skip to content

Commit 7345097

Browse files
committed
fixup! add docs deployment workflow
1 parent e891cb8 commit 7345097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Build documentation
5757
run: |
58-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON -DH5CPP_CONAN_PROFILE=gcc11 ..
58+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON ..
5959
cmake --build build --target html
6060
6161
- name: Clone existing GitHub Pages content

0 commit comments

Comments
 (0)