Skip to content

Commit 3395590

Browse files
authored
Don't sign PDF commits as zeptodoctor (#20)
Instead, use the [email protected] email, which is consistent with JuliaDocs/Documenter.jl#1388.
1 parent 640854b commit 3395590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ function commit()
173173
close(iossh)
174174
chmod(sshconfig, 0o600)
175175
# Configure git
176-
run(`git config user.name "zeptodoctor"`)
177-
run(`git config user.email "[email protected].github.com"`)
176+
run(`git config user.name "docs.julialang.org"`)
177+
run(`git config user.email "documenter@juliadocs.github.io"`)
178178
run(`git remote set-url origin [email protected]:JuliaLang/docs.julialang.org.git`)
179179
run(`git config core.sshCommand "ssh -F $(sshconfig)"`)
180180
# Committing all .pdf files

0 commit comments

Comments
 (0)