PkgTemplates.jl
PkgTemplates.jl copied to clipboard
Ability to use Documenter{GitHubActions} without GitHubActions CI
Is there a way to set things up to make Documenter use GitHubActions, without having GitHubActions set up julia CI?
Template(;
plugins=[
Git(ssh=true),
GitHubActions(),
Documenter{GitHubActions}(),
],
)
As in you only want docs but not testing with GitHub Actions? If so, then currently no.
Exactly.
Another thing that would be nice is to seperate out the two .yml i.e. CI.yml and Documenter.yml
Yeah that would also make it easier to implement this, I have thought about it a little but not come up with something that I really like. I'll look into it more this upcoming week.
Fantastic thanks again for your work