Stamatis Zampetakis created CALCITE-6806:
--------------------------------------------
Summary: Add CI action to test site remains buildable after changes
Key: CALCITE-6806
URL: https://issues.apache.org/jira/browse/CALCITE-6806
Project: Calcite
Issue Type: Task
Reporter: Stamatis Zampetakis
Currently, we have CI automation to build and publish the website when:
* [a release tag is
created|https://github.com/apache/calcite/blob/main/.github/workflows/publish-website-on-release.yml]
* [a commit is merged to main branch
|https://github.com/apache/calcite/blob/main/.github/workflows/publish-non-release-website-updates.yml]
but there are no checks to ensure that the site can be built and before merging
a PR.
We should add a CI check to build the website if a PR changes anything under
the site directory.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)