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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new b86e5d2ab1fb [SPARK-49495][DOCS][FOLLOWUP] Enable GitHub Pages 
settings via .asf.yml
b86e5d2ab1fb is described below

commit b86e5d2ab1fb17f8dcbb5b4d50f3361494270438
Author: Kent Yao <[email protected]>
AuthorDate: Wed Sep 18 07:44:42 2024 -0700

    [SPARK-49495][DOCS][FOLLOWUP] Enable GitHub Pages settings via .asf.yml
    
    ### What changes were proposed in this pull request?
    
    A followup of SPARK-49495 to enable GitHub Pages settings via 
[.asf.yaml](https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=git+-+.asf.yaml+features#Git.asf.yamlfeatures-GitHubPages)
    
    ### Why are the changes needed?
    Meet the requirement for `actions/configure-pagesv5` action
    
    ```
    Run actions/configure-pagesv5
      with:
        token: ***
        enablement: false
      env:
        SPARK_TESTING: 1
        RELEASE_VERSION: In-Progress
        JAVA_HOME: 
/opt/hostedtoolcache/Java_Zulu_jdk/17.0.1[2](https://github.com/apache/spark/actions/runs/10916383676/job/30297716064#step:10:2)-7/x64
        JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Zulu_jdk/17.0.12-7/x64
        pythonLocation: 
/opt/hostedtoolcache/Python/[3](https://github.com/apache/spark/actions/runs/10916383676/job/30297716064#step:10:3).9.19/x64
        PKG_CONFIG_PATH: 
/opt/hostedtoolcache/Python/3.9.19/x6[4](https://github.com/apache/spark/actions/runs/10916383676/job/30297716064#step:10:4)/lib/pkgconfig
        Python_ROOT_DIR: 
/opt/hostedtoolcache/Python/3.9.19/x[6](https://github.com/apache/spark/actions/runs/10916383676/job/30297716064#step:10:6)4
        Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.19/x64
        Python3_ROOT_DIR: 
/opt/hostedtoolcache/Python/3.[9](https://github.com/apache/spark/actions/runs/10916383676/job/30297716064#step:10:9).19/x64
        LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.19/x64/lib
    Error: Get Pages site failed. Please verify that the repository has Pages 
enabled and configured to build using GitHub Actions, or consider exploring the 
`enablement` parameter for this action. Error: Not Found - 
https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site
    Error: HttpError: Not Found - 
https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site
    ```
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    NA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #48141 from yaooqinn/SPARK-49495-FF.
    
    Authored-by: Kent Yao <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 22042b355b2f..91a5f9b2bb1a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,6 +31,8 @@ github:
     merge: false
     squash: true
     rebase: true
+  ghp_branch: master
+  ghp_path: /docs/_site
 
 notifications:
   pullrequests: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to