TuringLang / TuringGLM.jl

Bayesian Generalized Linear models using `@formula` syntax.
https://turinglang.org/TuringGLM.jl/dev
MIT License
70 stars 7 forks source link

Update CI.yml #53

Closed storopoli closed 2 years ago

storopoli commented 2 years ago

I need to have workflow dispatch enabled to debug CI GitHub Actions, specially Documentation workflow.

storopoli commented 2 years ago

Well, the thing seems to run OK now! So definitely the previous PR Action was using a cached DOCUMENTER_KEY that was not in base 64. The updated DOCUMENTER_KEY repo secret is in base 64 (requirement by Documenter.jl)

rikhuijzer commented 2 years ago

Well, the thing seems to run OK now! So definitely the previous PR Action was using a cached DOCUMENTER_KEY that was not in base 64. The updated DOCUMENTER_KEY repo secret is in base 64 (requirement by Documenter.jl)

Ah okay. Good to know. I always use DocumenterTools.genkeys() so never noticed that

storopoli commented 2 years ago

So that's crazy! PR GH Actions pass and then when we merge it fails! #wtf

rikhuijzer commented 2 years ago

So that's crazy! PR GH Actions pass and then when we merge it fails! #wtf

It doesn't use the key on the PR branch so it makes sense right?

storopoli commented 2 years ago

Oh right. Yeah you are probably right.