You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/12/02 17:14:55 UTC

[arrow-adbc] branch main updated: ci: make website build more robust (#210)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e31ec6  ci: make website build more robust (#210)
0e31ec6 is described below

commit 0e31ec6ca5647a3d0f7a1171b99e0b258a425bf2
Author: David Li <li...@gmail.com>
AuthorDate: Fri Dec 2 12:14:50 2022 -0500

    ci: make website build more robust (#210)
---
 .github/workflows/nightly-website.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-website.yml b/.github/workflows/nightly-website.yml
index a61a22e..6084ea6 100644
--- a/.github/workflows/nightly-website.yml
+++ b/.github/workflows/nightly-website.yml
@@ -68,6 +68,6 @@ jobs:
         run: |
           git config --global user.name 'GitHub Actions'
           git config --global user.email 'actions@github.com'
-          git add --all
-          git commit -m "publish documentation"
+          git add --force dev/
+          git commit -m "publish documentation" --allow-empty
           git push origin asf-site:asf-site