Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz authored Jul 20, 2024
1 parent 319f937 commit 0b17a39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
uses: julia-actions/setup-julia@v1
with:
julia-version: '1.9'

- name: Install dependencies
run: |
julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl.git")'
julia -e 'using Pkg; Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

- name: Build documentation
run: julia docs/make.jl
Expand Down

0 comments on commit 0b17a39

Please sign in to comment.