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 <