kou opened a new issue, #687: URL: https://github.com/apache/arrow-site/issues/687
#683 also changed how to deploy asf-site. It's broken: https://github.com/apache/arrow-site/actions/runs/16743043228/job/47395335382#step:4:1 ```text git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" mv asf-site/.git ./ rm -rf asf-site tar xf asf-site.tar.gz mv .git asf-site/ cd asf-site if [ "$(git status --porcelain)" != "" ]; then # There are changes to the built site git add --all git commit -m "Updating built site" git push else echo "No changes to the built site" fi shell: /usr/bin/bash -e {0} fatal: not in a git directory ``` -- 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]
