Skip to content

Commit

Permalink
Fix bug from #813. (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Aug 26, 2018
1 parent 332cd3f commit 58e1883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ function git_push(

# Create the versions.js file containing a list of `entries`.
# This must always happen after the folder copying.
Writers.HTMLWriter.generate_version_file(joinpath(dir, "versions.js"), entries)
Writers.HTMLWriter.generate_version_file(joinpath(dirname, "versions.js"), entries)

# generate the symlinks
cd(dirname) do
Expand Down

0 comments on commit 58e1883

Please sign in to comment.