beacon-biosignals / StandardizedPredictors.jl

Standardized regression predictors for use with StatsModels.jl (centered, z-scored, etc.)
MIT License
9 stars 1 forks source link

Docs aren't deploying #12

Closed palday closed 3 years ago

palday commented 3 years ago

I get a 404 for both stable and dev.

ericphanson commented 3 years ago

I ran into this with CatBoost.jl too where the Documenter logs look good etc but 404s. The fix for me was for @christopher-dG to do some administrator-level switch-flipping to turn on gh-pages.

christopher-dG commented 3 years ago

The CI config needs to be updated to run on tags, just like https://github.com/beacon-biosignals/K8sClusterManagers.jl/pull/75, that should make stable docs appear.

But I have no idea why the dev docs aren't there... I'll try fiddling with those settings.

christopher-dG commented 3 years ago

I did the same thing that @ericphanson did a while ago to get a private repo working, where it says it's deploying but you have to change a drop-down from "None" to "gh-pages".