Skip to content

Commit 98bfa73

Browse files
hsbtclaude
andcommitted
Install pandoc in push_gem workflow for doc generation
The rake release task depends on doc generation which requires pandoc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 25b0c3d commit 98bfa73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_gem.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3131

32+
- name: Install pandoc
33+
run: sudo apt-get install -y pandoc
34+
3235
- name: Set up Ruby
3336
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
3437
with:

0 commit comments

Comments
 (0)