Skip to content

Commit bb55c1a

Browse files
committed
modify pr-build workflow
1 parent 00d8491 commit bb55c1a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pr-build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

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

2319
- name: Build book
24-
run: bundle exec rake book:build_action
20+
run: bundle exec rake book:build

0 commit comments

Comments
 (0)