We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640854b commit 3395590Copy full SHA for 3395590
pdf/make.jl
@@ -173,8 +173,8 @@ function commit()
173
close(iossh)
174
chmod(sshconfig, 0o600)
175
# Configure git
176
- run(`git config user.name "zeptodoctor"`)
177
- run(`git config user.email "[email protected].github.com"`)
+ run(`git config user.name "docs.julialang.org"`)
+ run(`git config user.email "documenter@juliadocs.github.io"`)
178
run(`git remote set-url origin [email protected]:JuliaLang/docs.julialang.org.git`)
179
run(`git config core.sshCommand "ssh -F $(sshconfig)"`)
180
# Committing all .pdf files
0 commit comments