JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

Auto publish docs for the `next` branch when there are changes #554

Closed JosephusPaye closed 1 year ago

JosephusPaye commented 1 year ago

This PR adds an action to build and publish the docs to https://josephuspaye.github.io/Keen-UI/next when there are relevant (i.e. src/ or docs-src/) changes on the next branch.

This will allow for previewing the docs for features merged on the next branch that haven't been released yet.

There will be a follow up PR to build and publish the docs for versioned releases.