Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
- name: Build Book
run: bundle exec rake book:build

- name: Validate Book
run: bundle exec rake book:check

- name: 'Save Artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: Build Artifacts
path: |
Expand All @@ -38,4 +41,4 @@ jobs:
progit.mobi
progit.pdf
progit.html
retention-days: 5
retention-days: 7
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
source 'https://rubygems.org'

gem 'rake', '13.1.0'
gem 'rake', '13.2.1'
gem 'asciidoctor', '2.0.22'

gem 'json', '2.6.3'
gem 'json', '2.9.1'
gem 'awesome_print', '1.9.2'

gem 'asciidoctor-fb2', '0.7.0'
gem 'asciidoctor-epub3', '2.1.0'
gem 'asciidoctor-pdf', '2.3.15'
gem 'asciidoctor-epub3', '2.1.3'
gem 'asciidoctor-pdf', '2.3.17'

gem 'coderay', '1.1.3'
gem 'pygments.rb', '2.4.1'
gem 'thread_safe', '0.3.6'
gem 'epubcheck-ruby', '5.1.0.0'
gem 'html-proofer', '5.0.8'
gem 'epubcheck-ruby', '5.2.0.0'
gem 'html-proofer', '5.0.9'
gem 'kindlegen', '3.1.1'