Skip to content

Commit d4015ff

Browse files
committed
Включена валидация книги после сборки
1 parent ef00405 commit d4015ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
bundler-cache: true
2525

2626
- name: Build Book
27-
run: bundle exec rake book:build
27+
run: bundle exec rake book:check
28+
2829

2930
- name: 'Save Artifacts'
3031
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)