Skip to content

Commit

Permalink
Merge pull request #58 from samcowger/sc/pygments-gem
Browse files Browse the repository at this point in the history
Install pygments gem during web deployment
  • Loading branch information
cp526 authored Jul 22, 2024
2 parents 1fc7c0a + 5475e99 commit 43f29e3
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 43f29e3

Please sign in to comment.