Hi Lee, You need to put that URL in quotes.
Here is an example from something I did yesterday: github: description: "Apache OpenOffice.org Website" homepage: "https://openoffice.org/" labels: - openoffice - website - jbake Regards, Dave > On Oct 23, 2020, at 11:10 AM, [email protected] wrote: > > This is an automated email from the ASF dual-hosted git repository. > > leerho pushed a commit to branch master > in repository > https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git > > > The following commit(s) were added to refs/heads/master by this push: > new 08f65a8 Fix .asf.yaml to point to correct website > 08f65a8 is described below > > commit 08f65a8b3ccd982ff3068115ffe6a47039f80e87 > Author: Lee Rhodes <[email protected]> > AuthorDate: Fri Oct 23 11:09:47 2020 -0700 > > Fix .asf.yaml to point to correct website > --- > .asf.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.asf.yaml b/.asf.yaml > index 3010d40..dc1fbf6 100644 > --- a/.asf.yaml > +++ b/.asf.yaml > @@ -19,3 +19,6 @@ jekyll: > > publish: > whoami: asf-site > + > +github: > + homepage: https://datasketches.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
