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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6a0f94c  Fix a missed master to main rename
6a0f94c is described below

commit 6a0f94c2f185a6840740f21b8b3dc762a8a40d3e
Author: Steve Lawrence <[email protected]>
AuthorDate: Fri Sep 3 07:33:20 2021 -0400

    Fix a missed master to main rename
    
    Commit ede2e85bf542c0b2a98fc14b831571b0f68cc2c8 renamed master to main
    but missed an instance due to a grep that missed hidden files. This
    caused the site to not be published once the commit was merged. Fixed
    the grep and found only this one instance.
    
    DAFFODIL-2557
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b8d9e24..2a711a6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
           jekyll build --source site
 
       - name: Publish
-        if: ${{ github.repository == 'apache/daffodil-site' && github.ref == 
'refs/heads/master' }}
+        if: ${{ github.repository == 'apache/daffodil-site' && github.ref == 
'refs/heads/main' }}
         run: |
           git checkout asf-site
           rm -rf content

Reply via email to