Skip to content

Commit 3763827

Browse files
committed
Revert "[SPARK-49495][DOCS][FOLLOWUP] Fix Pandoc installation for GitHub Pages publication action"
This reverts commit 7de71a2.
1 parent 58d73fe commit 3763827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
ruby-version: '3.3'
6464
bundler-cache: true
6565
- name: Install Pandoc
66-
run: |
67-
sudo apt-get update -y
68-
sudo apt-get install pandoc
66+
uses: pandoc/actions/setup@d6abb76f6c8a1a9a5e15a5190c96a02aabffd1ee
67+
with:
68+
version: 3.3
6969
- name: Install dependencies for documentation generation
7070
run: |
7171
cd docs

0 commit comments

Comments
 (0)