Skip to content

Commit

Permalink
Revert "[SPARK-49495][DOCS][FOLLOWUP] Fix Pandoc installation for Git…
Browse files Browse the repository at this point in the history
…Hub Pages publication action"

This reverts commit 7de71a2.
  • Loading branch information
HyukjinKwon committed Sep 19, 2024
1 parent 58d73fe commit 3763827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3763827

Please sign in to comment.