Skip to content

Commit

Permalink
2024-07-19 update : updated docs and make.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Jul 20, 2024
1 parent f0980b1 commit 914c631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
julia-version: '1.9'

- name: Install dependencies
run: julia --project -e 'using Pkg; Pkg.instantiate()'
run: |
julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl")'
julia -e 'using Pkg; Pkg.instantiate()'
- name: Build documentation
run: julia docs/make.jl
Expand Down
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
push!(LOAD_PATH,"../src/")
using Pkg
Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl")
using UCIWWEIHR
using Documenter
makedocs(
Expand Down

0 comments on commit 914c631

Please sign in to comment.