Skip to content

Commit

Permalink
fix joinpath invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 20, 2024
1 parent 7f28766 commit b55feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/deploy_with_preview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function git_commands(sshconfig=nothing)
end

# Copy docs to `subfolder` directory.
deploy_dir = subfolder === nothing ? "." : joinpath(dirname, subfolder)
deploy_dir = subfolder === nothing ? "." : joinpath(".", subfolder)
gitrm_copy(target_dir, deploy_dir)

# Add, commit, and push the docs to the remote.
Expand Down

0 comments on commit b55feaa

Please sign in to comment.