Add a clarifying comment
This commit is contained in:
parent
c69da21067
commit
ac2ec4db0a
@ -23,6 +23,7 @@ run(`git config --global user.email "travis@c.i"`)
|
|||||||
run(`git config --global github.user "travis"`)
|
run(`git config --global github.user "travis"`)
|
||||||
using Pkg
|
using Pkg
|
||||||
Pkg.activate(mktempdir())
|
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()))))
|
Pkg.add(PackageSpec(path=dirname(dirname(pwd()))))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user