Skip to content

Commit

Permalink
ci: install pygments gem during web deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger committed Jul 22, 2024
1 parent 1fc7c0a commit 5475e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ruby-version: '2.7'

- name: Install AsciiDoctor
run: gem install asciidoctor
run: gem install asciidoctor pygments.rb

- name: Clean the build directory
run: rm -rf build/*
Expand Down

0 comments on commit 5475e99

Please sign in to comment.