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

potiuk 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 611c798a61 Rename website deploy job's branch name to gh-pages (#783)
611c798a61 is described below

commit 611c798a61723595e4e1edd01cd37346151d813a
Author: Pankaj Koti <[email protected]>
AuthorDate: Thu May 4 17:47:32 2023 +0530

    Rename website deploy job's branch name to gh-pages (#783)
    
    With the change in PR #430, we no longer deploy the website
    to the `asf-site` branch, but have started deploying it to the
    `gh-pages` branch. The commit modifies the build job's name to
    reflect the correct branch name.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28dc85cd49..91b755da39 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
           rm -rf node_modules
           sudo rm -rf "$AGENT_TOOLSDIRECTORY/node"
           ./.github/scripts/print_df.sh
-      - name: 🚀 Deploy website on asf-site branch
+      - name: 🚀 Deploy website on gh-pages branch
         uses: 
apache/airflow-JamesIves-github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505
  # v3.7.1
         if: ${{ github.event_name == 'push' }}
         with:

Reply via email to