You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/05 23:45:21 UTC

[airflow-site] branch main updated: Switch publishing process from gitwcsub to gh-pages (#430)

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

kamilbregula pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8cf8c85  Switch publishing process from gitwcsub to gh-pages (#430)
8cf8c85 is described below

commit 8cf8c850caff98b821c01547931c3d41465b8fa9
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Sun Jun 6 01:45:16 2021 +0200

    Switch publishing process from gitwcsub to gh-pages (#430)
    
    * Switch publishing process from gitwcsub to gh-pages
    
    * Update build.yml
---
 .asf.yaml                   | 2 ++
 .github/workflows/build.yml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index c46af6d..eb9a68c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,3 +34,5 @@ github:
     master:
       required_pull_request_reviews:
         required_approving_review_count: 1
+
+  ghp_branch: gh-pages
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70c0996..f472cbc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
         uses: apache/airflow-JamesIves-github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505  # v3.7.1
         if: ${{ github.event_name == 'push' }}
         with:
-          BRANCH: asf-site  # The branch the action should deploy to.
+          BRANCH: gh-pages  # The branch the action should deploy to.
           FOLDER: dist  # The folder the action should deploy.
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           CLEAN: true  # Automatically remove deleted files from the deploy branch