Add the git action of the scheduled task to synchronize the asf-staging branch to the asf-site branch code
After the current pr is merged, it will be automatically compiled by npm and pushed to the asf-staging branch (asf-staging corresponds to the resource branch of the test domain name https://linkis.staged.apache.org/)
git action adds timed tasks such as automatically syncing the asf-satging branch to the asf-site branch every 12 hours (asf-site corresponds to the resource branch of the official domain name https://linkis.apache.org/)
增加定时任务的git action 同步asf-staging分支到 asf-site分支代码
当前pr 被合并后 ,会自动进行npm编译推送到asf-staging分支(asf-staging对应测试域名https://linkis.staged.apache.org/ 的资源分支)
git action 增加定时任务 如每12个小时自动将 asf-satging分支同步到asf-site分支(asf-site对应正式域名https://linkis.apache.org/ 的资源分支)