abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
24 stars 6 forks source link

Add git commands to TestGeneratedPkg workflow and fix deving the pkg #323

Closed abelsiqueira closed 1 week ago

abelsiqueira commented 1 week ago

Documenter looks for the package in the registry unless it is pkg> dev'ed. makedocs makes use of git information, so we create a git repo with a commit and a remote. Also changes the PackageOwner to someone that does not exist.

Closes #322

abelsiqueira commented 1 week ago

Will do, but it looks like this is still failing (I'm debugging here: https://github.com/abelsiqueira/BestieTemplate.jl/actions/runs/9792416120)

abelsiqueira commented 1 week ago

Solved in #329, thanks