Skip to content

Commit

Permalink
Try to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Nov 18, 2024
1 parent f5afe60 commit 916f892
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
contents: write
statuses: write
steps:
- name: Install libraries
run: |
Expand All @@ -79,6 +82,10 @@ jobs:
with:
version: '1.11'

- uses: julia-actions/cache@v2
with:
cache-registries: "true"

- name: Add MPIPreferences
shell: julia --color=yes --project=. {0}
run: |
Expand Down

0 comments on commit 916f892

Please sign in to comment.