samredai opened a new pull request, #100: URL: https://github.com/apache/iceberg-docs/pull/100
Since the landing site is deployed to the root of the `asf-site` branch, we set `keep_files: true` in the [CI](https://github.com/apache/iceberg-docs/blob/main/.github/workflows/deploy.yml#L42). This is so that deploying the landing site doesn't delete all of the versioned docs sites that have been deployed to sub-directories. What this means is that files related to the landing site that are deleted from `main` are not deleted in `asf-site` when the landing site is deployed. This PR cleans up `asf-site` by manually removing files no longer used. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
