This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6e7a10c0 chore(ci): Fix asf-site push for development documentation
(#546)
6e7a10c0 is described below
commit 6e7a10c031312cdc03a8827a7fe6a844fa1ddfe9
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Jun 27 16:22:06 2024 +0000
chore(ci): Fix asf-site push for development documentation (#546)
---
.github/workflows/packaging.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml
index 975f8b7a..8b519b5f 100644
--- a/.github/workflows/packaging.yaml
+++ b/.github/workflows/packaging.yaml
@@ -167,6 +167,7 @@ jobs:
- name: Push development documentation to asf-site
if: success() && github.repository == 'apache/arrow-nanoarrow' &&
github.ref == 'refs/heads/main'
run: |
+ cd pages-clone
git push
create-release: