Skip to content

Commit

Permalink
Don't sign PDF commits as zeptodoctor
Browse files Browse the repository at this point in the history
Instead, use the documenter@juliadocs.github.io email, which is consistent with JuliaDocs/Documenter.jl#1388.
  • Loading branch information
mortenpi authored Sep 16, 2020
1 parent 640854b commit 0e75152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ function commit()
close(iossh)
chmod(sshconfig, 0o600)
# Configure git
run(`git config user.name "zeptodoctor"`)
run(`git config user.email "44736852+zeptodoctor@users.noreply.github.com"`)
run(`git config user.name "docs.julialang.org"`)
run(`git config user.email "documenter@juliadocs.github.io"`)
run(`git remote set-url origin git@github.com:JuliaLang/docs.julialang.org.git`)
run(`git config core.sshCommand "ssh -F $(sshconfig)"`)
# Committing all .pdf files
Expand Down

0 comments on commit 0e75152

Please sign in to comment.