rdblue commented on a change in pull request #2998:
URL: https://github.com/apache/iceberg/pull/2998#discussion_r693517612
##########
File path: site/README.md
##########
@@ -49,10 +49,14 @@ To see changes in Javadoc, run:
### Publishing
-After site changes are committed, you can publish the site with this command:
+After site changes are committed, you can publish the site with this series of
commands:
```
-mkdocs gh-deploy
+rm -r site
+mkdir site
+cp ../.asf.yaml site/
Review comment:
@jackye1995, normally the site directory is removed and built entirely
from the docs directory when gh-deploy runs. Removing the site directory,
copying the file by hand, and using `--dirty` does basically the same thing,
but allows us to end up with .asf.yaml in the output that gets copied to the
asf-site branch. That's required for publishing now, which is why this change
is needed.
--
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]