Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 73f2487

Browse files
joshfischer1108nwangtw
authored andcommitted
Joshfischer/site build mods (#3422)
* moving .asf.yaml on each site build * correct folder path * add repo metadata configs to asf.yaml
1 parent a565a6b commit 73f2487

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.asf.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ staging:
2222
publish:
2323
whoami: asf-site
2424
hostname: http://heronstreaming.io
25+
26+
github:
27+
description: "Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter"
28+
homepage: https://heron.incubator.apache.org/
29+
labels:
30+
- heron

website2/website/scripts/publish_site.sh

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ HERON_SITE_TMP=/tmp/heron-site
4646
# copy the generated dir
4747
cp -r $WORK_DIR/* $HERON_SITE_TMP/content
4848

49+
# copy the asf.yaml
50+
cp $ROOT_DIR/.asf.yaml $HERON_SITE_TMP/
51+
4952
# push all of the results to asf-site branch
5053
git add -A .
5154
git diff-index --quiet HEAD || (git commit -m "git-site-role commit from $ME" && git push -q origin HEAD:asf-site)

0 commit comments

Comments
 (0)