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 f41b69b527d219204dc37ff4ef5230704fdd8096
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 b780f2e..c0ba66b 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
         run: |
           git config user.name "Superset Bot"
@@ -39,4 +39,4 @@ jobs:
           git pull origin master
           git add .
           git commit -m "Publishing superset site for commit ${{ github.sha }}"
-          git push -u origin master
+          git push -u origin 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