Skip to content

Commit 923be71

Browse files
authored
Update make.jl
1 parent 29804bf commit 923be71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/make.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
using Pkg
2-
current_path = @__DIR__
3-
Pkg.activate(current_path * "/../.");
1+
push!(LOAD_PATH, "../src/")
42

5-
using Documenter, HarmonicBalance
3+
using Documenter
4+
using HarmonicBalance
65

76
makedocs(
87
sitename="HarmonicBalance.jl",
@@ -25,5 +24,5 @@ makedocs(
2524
)
2625

2726
deploydocs(
28-
repo = "https://github.com/NonlinearOscillations/HarmonicBalance-docs.git"
27+
repo = "https://github.com/NonlinearOscillations/HarmonicBalance.jl"
2928
)

0 commit comments

Comments
 (0)