From f4f6942327978eb755e1263c94a1db01dde25aa9 Mon Sep 17 00:00:00 2001 From: ddement Date: Thu, 27 Feb 2025 07:50:25 -0700 Subject: [PATCH] Update deploy_docs.yaml --- .github/workflows/deploy_docs.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index b923e96ec..ae7ad5e59 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -14,18 +14,21 @@ jobs: Deploy-Docs: runs-on: ubuntu-latest steps: - - name: Cache install source dependencies + - name: Cache install Dependencies id: cache-dependencies uses: actions/cache@v3 with: path: ${{ github.workspace }}/spack - key: linux-spack-documentation - - name: Install source dependencies + key: linux-spack + - name: Install Dependencies if: steps.cache-dependencies.outputs.cache-hit != 'true' run: | git clone https://github.com/spack/spack.git source spack/share/spack/setup-env.sh spack compiler find + spack install googletest + spack install cppcheck + spack install netcdf-c spack install yaml-cpp spack install trilinos@master~epetra ^kokkos-kernels+blas+lapack - name: Set up Python