JuliaBooks / Books.jl

Create books with Julia
https://huijzer.xyz/Books.jl/
Other
270 stars 18 forks source link

Make gen dir if missing #249

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

Fixes #248.

The error is now a warning:

julia> html()
┌ Warning: _gen doesn't exist. Did you run `gen()`?
└ @ Books ~/git/Books.jl/src/build.jl:166
[...]