Skip to content

Commit

Permalink
working on docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 31, 2023
1 parent fe32e3f commit e845b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: '1.6'
version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#push!(LOAD_PATH,"../src/")
push!(LOAD_PATH, "../src/")

using Documenter
using MondrianForests
Expand All @@ -11,4 +11,4 @@ makedocs(sitename="MondrianForests.jl",
pages=["Home" => "index.md",
"Documentation" => "documentation.md"])

#deploydocs(repo = "github.com/WGUNDERWOOD/MondrianForests.jl.git")
deploydocs(repo = "github.com/WGUNDERWOOD/MondrianForests.jl.git")

0 comments on commit e845b1e

Please sign in to comment.