From 84e0bbfcf423fbdacea9b0cecf3d4afefa578610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 6 Feb 2025 16:55:37 -0300 Subject: [PATCH] Install Doxygen and acquire-zarr in CI to deploy docs --- .github/workflows/deploy_docs.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index eb5002f0..ec6b255e 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -48,6 +48,29 @@ jobs: git submodule update --init --recursive python -m pip install -e . + - name: Clone acquire-zarr repo + uses: actions/checkout@v4 + with: + path: acquire-zarr # place in a named directory + repository: acquire-project/acquire-zarr + + - name: Install acquire-zarr # For collecting the API reference + run: | + cd acquire-zarr + git clone https://github.com/microsoft/vcpkg.git + cd vcpkg && ./bootstrap-vcpkg.sh + cat >> ~/.bashrc <