waytrue17 opened a new pull request #19906: URL: https://github.com/apache/incubator-mxnet/pull/19906
## Description ## The `restricted-website-build-master` pipeline is failing due to files not found issue: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-website-build-master/activity. The pipeline fails after https://github.com/apache/incubator-mxnet/pull/19743 got merged. Building the static website locally, I find that the license header at the top of `blog.html`, `ecosystem.html` and `features.html` stop the pages from building. After moving the header to a lower section, I am able to build all three pages locally. This PR tries to fix the website build pipeline by relocating the license header, and also revert the previous PR https://github.com/apache/incubator-mxnet/pull/19901 that failed to fix the issue ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented ### Changes ### - [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc) ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
