alan-turing-institute / clim-recal

Open repository of methods for recalibrating & bias correcting UKCP18 climate projections data
https://alan-turing-institute.github.io/clim-recal/
MIT License
10 stars 0 forks source link

Fix `quarto` `GitHubAction` `ci` #155

Closed griff-rees closed 2 months ago

griff-rees commented 2 months ago

Fix quarto doc deploy via GitHubActions. Note this doesn't include a page for download links yet, just solving the basic technical issues. At the moment it's directly updating https://alan-turing-institute.github.io/clim-recal so you can check from there. I think there's various things out of date. I've removed the workflow pipeline diagram which had rendering errors and is out of date.

@RuthBowyer or @andrewphilipsmith: if you'd like to try it out locally you can use:

$ cd path/to/your/checkout/of/clim-recal
$ docker compose build docs
$ docker compose docs up

Of if you've got quarto installed locally by installing quartodoc via pip.

$ cd path/to/your/checkout/of/clim-recal
$ pip install quartodoc  
$ quartodoc build
$ quarto preview

Other options for quartodoc include: