Skip to content

Commit

Permalink
docs: add .asf.yaml (#15931)
Browse files Browse the repository at this point in the history
* docs: add asf.yaml

* license

* fix
  • Loading branch information
nytai authored Jul 28, 2021
1 parent bfe7eb9 commit 7b503fa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/.asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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: asf-site

staging:
whoami: asf-site
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"license": "0BSD",
"scripts": {
"build": "gatsby build && cp .htaccess public/",
"build": "gatsby build && cp .htaccess .asf.yaml public/",
"develop": "gatsby develop",
"develop-ga": "GATSBY_GTAG_DEBUG=true gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
Expand Down

0 comments on commit 7b503fa

Please sign in to comment.