You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by as...@apache.org on 2022/02/24 12:06:31 UTC

[superset-site] branch asf-site updated: deploying docs: refactor(docs): clean up deploy of static files (#18923) (apache/superset@5752372dd2a1d21dabdbc18608f13971b577bd00)

This is an automated email from the ASF dual-hosted git repository.

asf-ci-deploy pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/superset-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 84fa4f9  deploying docs: refactor(docs): clean up deploy of static files (#18923) (apache/superset@5752372dd2a1d21dabdbc18608f13971b577bd00)
84fa4f9 is described below

commit 84fa4f923381d138c9deff93b38c6784510863e9
Author: apache <de...@superset.apache.org>
AuthorDate: Thu Feb 24 12:06:28 2022 +0000

    deploying docs: refactor(docs): clean up deploy of static files (#18923) (apache/superset@5752372dd2a1d21dabdbc18608f13971b577bd00)
---
 resources/.asf.yaml | 22 ----------------------
 resources/.htaccess | 23 -----------------------
 2 files changed, 45 deletions(-)

diff --git a/resources/.asf.yaml b/resources/.asf.yaml
deleted file mode 100644
index 6d232bb..0000000
--- a/resources/.asf.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
diff --git a/resources/.htaccess b/resources/.htaccess
deleted file mode 100644
index 3eee8d2..0000000
--- a/resources/.htaccess
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.
-
-RewriteEngine On
-RewriteCond %{SERVER_PORT} 80
-RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
-
-RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
-RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]