geolessel / vox

The static site builder for Elixir lovers
115 stars 4 forks source link

mix vox.build not working #46

Open samh7 opened 5 months ago

samh7 commented 5 months ago

When you generate a project using mix vox.new and run mix deps.get, mix vox.build doesn't work. However, after changing the version of vox in mix.exs to {:vox, github: "geolessel/vox"}, mix vox.build it works.