This is an automated email from the ASF dual-hosted git repository. mmior pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git
commit c1bf421c0816909fe53d557eb5ee012f779bfa11 Author: Michael Mior <[email protected]> AuthorDate: Fri Jun 25 16:02:08 2021 -0400 Site: Deploy using .asf.yml --- site/.asf.yml | 18 ++++++++++++++++++ site/_config.yml | 1 + 2 files changed, 19 insertions(+) diff --git a/site/.asf.yml b/site/.asf.yml new file mode 100644 index 0000000..5e818ba --- /dev/null +++ b/site/.asf.yml @@ -0,0 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to you under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +publish: + whoami: master diff --git a/site/_config.yml b/site/_config.yml index 402c7d0..c57d116 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -21,6 +21,7 @@ excerpt_separator: "" repository: https://github.com/apache/calcite destination: target exclude: [README.md,Gemfile*] +include: [".asf.yml"] keep_files: [".git", ".svn", "javadocAggregate", "avatica", "docs/cassandra.html"] collections:
