PkgTemplates.jl icon indicating copy to clipboard operation
PkgTemplates.jl copied to clipboard

Ability to use Documenter{GitHubActions} without GitHubActions CI

Open musm opened this issue 5 years ago • 5 comments
trafficstars

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}(),
    ],
)

musm avatar Jul 24 '20 13:07 musm

As in you only want docs but not testing with GitHub Actions? If so, then currently no.

christopher-dG avatar Jul 24 '20 14:07 christopher-dG

Exactly.

musm avatar Jul 24 '20 14:07 musm

Another thing that would be nice is to seperate out the two .yml i.e. CI.yml and Documenter.yml

musm avatar Jul 26 '20 17:07 musm

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.

christopher-dG avatar Jul 26 '20 18:07 christopher-dG

Fantastic thanks again for your work

musm avatar Jul 27 '20 01:07 musm