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

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

commit 376382711e200aa978008b25630cc54271fd419b
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Thu Sep 19 09:16:28 2024 +0900

    Revert "[SPARK-49495][DOCS][FOLLOWUP] Fix Pandoc installation for GitHub 
Pages publication action"
    
    This reverts commit 7de71a2ec78d985c2a045f13c1275101b126cec4.
---
 .github/workflows/pages.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index f10dadf315a1..083620427c01 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -63,9 +63,9 @@ jobs:
           ruby-version: '3.3'
           bundler-cache: true
       - name: Install Pandoc
-        run: |
-          sudo apt-get update -y
-          sudo apt-get install pandoc
+        uses: pandoc/actions/setup@d6abb76f6c8a1a9a5e15a5190c96a02aabffd1ee
+        with:
+          version: 3.3
       - name: Install dependencies for documentation generation
         run: |
           cd docs


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

Reply via email to