Skip to content

Commit 405cd94

Browse files
Sherry520networm
authored andcommitted
modify pr-build workflow
1 parent 184d99a commit 405cd94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 5 deletions
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)