Skip to content

Commit

Permalink
Documentation now builds the GridapPardiso package
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jul 26, 2021
1 parent 3e3f820 commit 1c53fe9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,23 @@ jobs:
file: lcov.info

docs:
needs: test
name: Documentation
env:
MKLROOT: /opt/intel/mkl/
runs-on: ubuntu-latest
steps:
- uses: myci-actions/add-deb-repo@8
with:
repo: deb [trusted=yes] https://apt.repos.intel.com/mkl all main
repo-name: mkl
# keys:
key-server: https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
install: intel-mkl-64bit-2019.5-075
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
- uses: julia-actions/julia-buildpkg@v1
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 1c53fe9

Please sign in to comment.