You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/06/04 09:01:52 UTC

[arrow-site] branch master updated: ARROW-12912: [Website] Put .asf.yaml to the publish branch

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f0c0264  ARROW-12912: [Website] Put .asf.yaml to the publish branch
f0c0264 is described below

commit f0c0264345fe03d9bd557431a4d6c0635d28d428
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Jun 4 18:01:38 2021 +0900

    ARROW-12912: [Website] Put .asf.yaml to the publish branch
    
    Closes #116 from kou/asf-yaml-asf-site and squashes the following commits:
    
    53d08fee6 <Sutou Kouhei> ARROW-12912:  Put .asf.yaml to the publish branch
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 83f48a1..9ee335c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -72,6 +72,7 @@ jobs:
           export JEKYLL_ENV=production
           export JEKYLL_EXTRA_CONFIG=_extra_config.yml
           bundle exec rake generate
+          cp -a .asf.yaml ../build/
       - name: Deploy
         run: |
           git config user.name "$(git log -1 --pretty=format:%an)"