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

yao 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 74943c8625 Remove outdated container (#610)
74943c8625 is described below

commit 74943c8625877cef547882f29b430d612b6f6a45
Author: Kent Yao <y...@apache.org>
AuthorDate: Tue May 27 15:04:18 2025 +0800

    Remove outdated container (#610)
    
    * Remove outdated container
    
    * Remove outdated container
    
    * Remove outdated container
---
 .github/workflows/doc_gen.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/doc_gen.yml b/.github/workflows/doc_gen.yml
index 9993c5840d..456a4c733b 100644
--- a/.github/workflows/doc_gen.yml
+++ b/.github/workflows/doc_gen.yml
@@ -12,8 +12,6 @@ jobs:
   lint:
     name: check whether all documentation was generated with the right Jekyll 
version
     runs-on: ubuntu-24.04
-    container:
-      image: dongjoon/apache-spark-github-action-image:20201025
     steps:
     - name: Free up disk space
       shell: 'script -q -e -c "bash {0}"'
@@ -50,9 +48,9 @@ jobs:
       uses: actions/checkout@v2
     - name: Install dependencies for documentation generation
       run: |
-        apt-get update -y
-        apt-get install -y ruby ruby-dev
-        gem install bundler --version 2.4.19
+        sudo apt-get update -y
+        sudo apt-get install -y ruby ruby-dev
+        sudo gem install bundler --version 2.4.19
         bundle install
     - name: Run documentation build
       run: |


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

Reply via email to