Skip to content

Commit

Permalink
use abspath in target_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 20, 2024
1 parent 1568b3e commit d95577a
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 @@ -68,7 +68,7 @@ end

# Here we know that the site builds to `docs/`,
# but you could customize this directory in the future.
target_dir = "docs" # builddir
target_dir = abspath("./docs") # builddir
upstream = "https://github.com/geocompx/geocompjl.git"
branch = "gh-pages"

Expand Down

0 comments on commit d95577a

Please sign in to comment.