Skip to content

Commit f21c946

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build Book
2727
run: bundle exec rake book:build
2828

29+
- name: Validate Book
30+
run: bundle exec rake book:check
31+
2932
- name: 'Save Artifacts'
3033
uses: actions/upload-artifact@v3
3134
with:

0 commit comments

Comments
 (0)