Open
Description
Describe the enhancement requested
As I inspect the docs.yml and if I have not overlooked something, the action seems only check and build the website?
Maybe we can improve the CI to make the website automatically built and... Deployed!
The practice in graphscope website maybe work:
- in this repo, docs.yml checks if anything in /docs changes, if yes, either:
- in repo incubator-graphar-website, keep a synchronized copy of
/docs
, push the change to that repo, and if any change happens, build and deploy with CI. - or even built the website
/docs
in this repo and push to the branchasf-site
of repo incubator-graphar-website directly
- in repo incubator-graphar-website, keep a synchronized copy of
using this action: https://github.com/ad-m/github-push-action
Component(s)
Developer Tools