Add a clarifying comment

This commit is contained in:
Chris de Graaf 2019-01-15 10:16:19 -06:00
parent c69da21067
commit ac2ec4db0a

View File

@ -23,6 +23,7 @@ run(`git config --global user.email "travis@c.i"`)
run(`git config --global github.user "travis"`)
using Pkg
Pkg.activate(mktempdir())
# This code gets run in docs/build/, so this path evaluates to the repo root.
Pkg.add(PackageSpec(path=dirname(dirname(pwd()))))
```