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

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6893fcb2ea fix site build failure
6893fcb2ea is described below

commit 6893fcb2ea6976aab73fae2a0f592ec53c43ff36
Author: Arnout Engelen <arn...@bzzt.net>
AuthorDate: Fri Apr 25 08:08:45 2025 -0500

    fix site build failure
    
    caused by https://github.com/apache/spark-website/pull/593 and 
https://github.com/apache/spark-website/pull/590 getting merged in parallel
    
    <!-- *Make sure that you generate site HTML with `bundle exec jekyll 
build`, and include the changes to the HTML in your pull request. See README.md 
for more information.* -->
    
    Author: Arnout Engelen <arn...@bzzt.net>
    
    Closes #604 from raboof/fixup-590-security.
---
 .github/workflows/doc_gen.yml          | 2 +-
 site/news/spark-3-5-5-released.html    | 1 -
 site/releases/spark-release-3-5-5.html | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/doc_gen.yml b/.github/workflows/doc_gen.yml
index 2d608dc9b7..9993c5840d 100644
--- a/.github/workflows/doc_gen.yml
+++ b/.github/workflows/doc_gen.yml
@@ -11,7 +11,7 @@ on:
 jobs:
   lint:
     name: check whether all documentation was generated with the right Jekyll 
version
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     container:
       image: dongjoon/apache-spark-github-action-image:20201025
     steps:
diff --git a/site/news/spark-3-5-5-released.html 
b/site/news/spark-3-5-5-released.html
index ed1e131afe..90b9a004c5 100644
--- a/site/news/spark-3-5-5-released.html
+++ b/site/news/spark-3-5-5-released.html
@@ -142,7 +142,6 @@
           <li><a class="dropdown-item"
                  
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
           <li><a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-          <li><a class="dropdown-item" 
href="https://www.apache.org/security/";>Security</a></li>
           <li><a class="dropdown-item" 
href="https://www.apache.org/events/current-event";>Event</a></li>
         </ul>
       </li>
diff --git a/site/releases/spark-release-3-5-5.html 
b/site/releases/spark-release-3-5-5.html
index c4bd786c30..d092355a5d 100644
--- a/site/releases/spark-release-3-5-5.html
+++ b/site/releases/spark-release-3-5-5.html
@@ -142,7 +142,6 @@
           <li><a class="dropdown-item"
                  
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
           <li><a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-          <li><a class="dropdown-item" 
href="https://www.apache.org/security/";>Security</a></li>
           <li><a class="dropdown-item" 
href="https://www.apache.org/events/current-event";>Event</a></li>
         </ul>
       </li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to