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

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

commit e94d9b6d284341c213575a38ec2a9003404ad55a
Author: Tai Dupree <[email protected]>
AuthorDate: Thu Apr 22 12:10:08 2021 -0700

    configure test run
---
 .github/workflows/superset-docs.yml | 4 ++--
 docs/README.md                      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/superset-docs.yml 
b/.github/workflows/superset-docs.yml
index 4cdbb65..3c1a31e 100644
--- a/.github/workflows/superset-docs.yml
+++ b/.github/workflows/superset-docs.yml
@@ -30,7 +30,7 @@ jobs:
         run: |
           npm run build
       - name: deploy docs
-        if: github.ref == 'refs/heads/master'
+        if: github.ref == 'refs/heads/master' || github.ref == 
'refs/heads/tai/publish-docs-ci'
         working-directory: ./docs/public
         run: |
           git config user.name "Superset Bot"
@@ -39,4 +39,4 @@ jobs:
           git pull asf-site master
           git add .
           git commit -m "Publishing superset site for commit ${{ github.sha }}"
-          git push -u asf-site master
+          git push -u asf-site test-branch
diff --git a/docs/README.md b/docs/README.md
index fb7636e..17318fd 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -23,7 +23,6 @@ Here's the source to the documentation hosted at
 The site runs on the Gatsby framework and uses docz for it's
 `Documentation` subsection.
 
-
 ## Getting Started
 
 ```bash

Reply via email to