Skip to content

Commit 7de71a2

Browse files
committed
[SPARK-49495][DOCS][FOLLOWUP] Fix Pandoc installation for GitHub Pages publication action
### What changes were proposed in this pull request? Action 'pandoc/actions/setup' is now allowed by the ASF organization account. This followup makes the installation step manual. ### Why are the changes needed? fix ci ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? https://github.com/yaooqinn/spark/actions/runs/10914663049/job/30293151174 ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#48136 from yaooqinn/SPARK-49495-F. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
1 parent 4590538 commit 7de71a2

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-
uses: pandoc/actions/setup@d6abb76f6c8a1a9a5e15a5190c96a02aabffd1ee
67-
with:
68-
version: 3.3
66+
run: |
67+
sudo apt-get update -y
68+
sudo apt-get install pandoc
6969
- name: Install dependencies for documentation generation
7070
run: |
7171
cd docs

0 commit comments

Comments
 (0)