Skip to content

Commit

Permalink
modify build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry520 committed Aug 16, 2024
1 parent 00d8491 commit 39791cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Download bootstrap file
run: wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
- name: Run bootstrap
run: sh bootstrap.sh
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build book
run: bundle exec rake book:build_action
run: bundle exec rake book:build

0 comments on commit 39791cb

Please sign in to comment.