Skip to content

Commit

Permalink
wrong gitroot
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger committed Dec 20, 2024
1 parent 769688b commit 47c5c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MultiDocumenter.make(

if "deploy" in ARGS
@warn "Deploying to GitHub" ARGS
gitroot = normpath(joinpath(@__DIR__, ".."))
gitroot = @__DIR__#normpath(joinpath(@__DIR__, ".."))
run(`git pull`)
outbranch = "gh-pages"
has_outbranch = true
Expand Down Expand Up @@ -75,6 +75,6 @@ if "deploy" in ARGS
@info "No changes to aggregated documentation."
end
else
@info "Skipping deployment, 'deploy' not passed. Generated files in docs/out." ARGS
@info "Skipping deployment, 'deploy' not passed. Generated files in 'out'." ARGS
cp(outpath, joinpath(@__DIR__, "out"), force=true)
end

0 comments on commit 47c5c80

Please sign in to comment.