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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new eded6f2  ARROW-9167: [Website] Keep /docs/c_glib/index.html
eded6f2 is described below

commit eded6f2e46096f6644455685e79207268d752be4
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jul 8 15:20:49 2020 +0900

    ARROW-9167: [Website] Keep /docs/c_glib/index.html
    
    Closes #65 from kou/glib-keep-index and squashes the following commits:
    
    d28fe18c <Sutou Kouhei> ARROW-9167:  Keep /docs/c_glib/index.html
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/deploy.yml | 6 +++++-
 _docs/c_glib/index.md        | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5623fb1..47966d2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
             github.repository == 'apache/arrow-site'
       - name: Configure for GitHub Pages on master
         run: |
-          owner=$(jq .repository.owner.login ${GITHUB_EVENT_PATH})
+          owner=$(jq --raw-output .repository.owner.login ${GITHUB_EVENT_PATH})
           repository=$(jq .repository.name ${GITHUB_EVENT_PATH})
           echo "BASE_URL=/${repository}" >> ../env.sh
           echo "ORIGIN=${owner}/${repository}" >> ../env.sh
@@ -92,6 +92,10 @@ jobs:
             --exclude '/docs/' \
             ../build/ \
             ./
+          rsync \
+            -a \
+            ../build/docs/ \
+            docs/
           if [ "$(git status --porcelain)" != "" ]; then
             # There are changes to the built site
             git add --all
diff --git a/_docs/c_glib/index.md b/_docs/c_glib/index.md
index d232d88..4e2e280 100644
--- a/_docs/c_glib/index.md
+++ b/_docs/c_glib/index.md
@@ -32,5 +32,7 @@ Apache Arrow GLib supports [GObject 
Introspection][gobject-introspection]. It me
 
   * [Apache Arrow GLib](arrow-glib/)
   * [Apache Parquet GLib](parquet-glib/)
+  * [Gandiva GLib](gandiva-glib/)
+  * [Plasma GLib](plasma-glib/)
 
 [gobject-introspection]: 
https://wiki.gnome.org/action/show/Projects/GObjectIntrospection

Reply via email to