Skip to content

Commit 3c35659

Browse files
committed
Change working dir for docs
1 parent ca1bee2 commit 3c35659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/makedocsenv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323

2424

2525
function main()
26-
working_dir = joinpath(pwd(), "working")
26+
working_dir = pwd()
2727
package_dir = pwd()
2828
local_package_repos = deps_for_callisto()
2929
build_and_test_package(working_dir, package_dir, local_package_repos; runtest = false, envdir = "docs", revert_environment = false)

0 commit comments

Comments
 (0)