Add a shortcut for initializing and testing docs locally
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
208caf8dfa
commit
7872182545
1 changed files with 4 additions and 0 deletions
4
make-docs.sh
Executable file
4
make-docs.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
||||
julia --project=docs -e 'using Documenter: DocMeta, doctest; using Cowsay; DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true); doctest(Cowsay)'
|
||||
julia --project=docs docs/make.jl
|
Loading…
Reference in a new issue