Skip to content

Commit

Permalink
2024-07-19 update : updating doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Jul 20, 2024
1 parent e86b566 commit 42b9712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
julia-version: '1.9'

- name: Install dependencies
run: |
julia -e 'using Pkg; Pkg.instantiate()'
julia -e 'using Pkg; Pkg.add("Documenter")'
- name: Install dependencies
run: julia --project -e 'using Pkg; Pkg.instantiate()'

Expand Down

0 comments on commit 42b9712

Please sign in to comment.