File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44
44
github.repository == 'apache/arrow-site'
45
45
- name : Configure for GitHub Pages on master
46
46
run : |
47
- owner=$(jq .repository.owner.login ${GITHUB_EVENT_PATH})
47
+ owner=$(jq --raw-output .repository.owner.login ${GITHUB_EVENT_PATH})
48
48
repository=$(jq .repository.name ${GITHUB_EVENT_PATH})
49
49
echo "BASE_URL=/${repository}" >> ../env.sh
50
50
echo "ORIGIN=${owner}/${repository}" >> ../env.sh
92
92
--exclude '/docs/' \
93
93
../build/ \
94
94
./
95
+ rsync \
96
+ -a \
97
+ ../build/docs/ \
98
+ docs/
95
99
if [ "$(git status --porcelain)" != "" ]; then
96
100
# There are changes to the built site
97
101
git add --all
Original file line number Diff line number Diff line change @@ -32,5 +32,7 @@ Apache Arrow GLib supports [GObject Introspection][gobject-introspection]. It me
32
32
33
33
* [ Apache Arrow GLib] ( arrow-glib/ )
34
34
* [ Apache Parquet GLib] ( parquet-glib/ )
35
+ * [ Gandiva GLib] ( gandiva-glib/ )
36
+ * [ Plasma GLib] ( plasma-glib/ )
35
37
36
38
[ gobject-introspection ] : https://wiki.gnome.org/action/show/Projects/GObjectIntrospection
You can’t perform that action at this time.
0 commit comments