maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
39 stars 4 forks source link

✨ host docs using gh-pages and gh-actions #208

Closed jgunstone closed 3 months ago

jgunstone commented 10 months ago

https://jupyterbook.org/en/stable/publish/gh-pages.html#automatically-host-your-book-with-github-actions

jgunstone commented 10 months ago

https://github.com/maxfordham/ipyautoui/blob/main/.github/workflows/deploy-book.yml

seems to work: https://maxfordham.github.io/ipyautoui/

though not sure why it is only showing the readme...

ollyhensby commented 3 months ago

The issue was that in the Pages settings, it was set to look at main instead of gh-pages. I've changed it to look at gh-pages.

jgunstone commented 3 months ago

great spot - thanks for sorting this! now the docs are actually working I spotted a few errors but we can pick those up in another issue.