Skip to content

Commit

Permalink
Update deploy_docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddement authored Feb 27, 2025
1 parent fe5ad8a commit f4f6942
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4f6942

Please sign in to comment.