Skip to content

Commit

Permalink
Activate docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Mar 29, 2021
1 parent 1b0af37 commit ddfb5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Pkg;
Pkg.activate(joinpath(@__DIR__, "..")); Pkg.instantiate()
Pkg.activate(); Pkg.instantiate()
Pkg.activate(@__DIR__); Pkg.instantiate()

pushfirst!(LOAD_PATH, joinpath(@__DIR__, ".."))

Expand Down

0 comments on commit ddfb5ad

Please sign in to comment.