Skip to content

Commit 5fec972

Browse files
committed
fixup! add docs deployment workflow
1 parent 22f7dcb commit 5fec972

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949

5050
- name: Install Conan
5151
run: |
52-
pip install "conan<2"
53-
mkdir -p ~/.conan2/profiles
54-
cp .github/workflows/conan/profiles/gcc11 ~/.conan2/profiles/default
52+
pip install "conan<2" breathe sphinx
53+
mkdir -p ~/.conan/profiles
54+
cp .github/workflows/conan/profiles/gcc11 ~/.conan/profiles/gcc11
5555
5656
- name: Build documentation
5757
run: |
5858
mkdir -p build
5959
cd build
60-
cmake -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON ..
61-
make html
60+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DH5CPP_LOCAL_MODULES=ON -DH5CPP_CONAN_PROFILE=gcc11 ..
61+
cmake --build build --target html
6262
6363
- name: Clone existing GitHub Pages content
6464
run: |

0 commit comments

Comments
 (0)