Skip to content

Commit

Permalink
[SPARK-49495][DOCS][FOLLOWUP] Fix Pandoc installation for GitHub Page…
Browse files Browse the repository at this point in the history
…s 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]>
  • Loading branch information
yaooqinn committed Sep 18, 2024
1 parent 4590538 commit 7de71a2
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
uses: pandoc/actions/setup@d6abb76f6c8a1a9a5e15a5190c96a02aabffd1ee
with:
version: 3.3
run: |
sudo apt-get update -y
sudo apt-get install pandoc
- name: Install dependencies for documentation generation
run: |
cd docs
Expand Down

0 comments on commit 7de71a2

Please sign in to comment.