You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 branch asf-site of repo incubator-graphar-website directly
I see.
Although the Apache github actions policy allows to use third-party action, (seems it only requires to specify the hash?)
I get your concerns that this solution may have some security issue.
Alternatively, how about this semi-automatic solution?
to set the deploy CI in incubator-graphar-website as scheduled nightly: if any changed in /docs then deploy.
I see. Although the Apache github actions policy allows to use third-party action, (seems it only requires to specify the hash?) I get your concerns that this solution may have some security issue.
Alternatively, how about this semi-automatic solution?
to set the deploy CI in incubator-graphar-website as scheduled nightly: if any changed in /docs then deploy.
yes, we do have a scheduled nightly workflow in incubator-graphar-website, but the check change step has some problem and not work as expected :(
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:
/docs
, push the change to that repo, and if any change happens, build and deploy with CI./docs
in this repo and push to the branchasf-site
of repo incubator-graphar-website directlyusing this action: https://github.com/ad-m/github-push-action
Component(s)
Developer Tools
The text was updated successfully, but these errors were encountered: