We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00405 commit f21c946Copy full SHA for f21c946
1 file changed
.github/workflows/pr_build.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Build Book
27
run: bundle exec rake book:build
28
29
+ - name: Validate Book
30
+ run: bundle exec rake book:check
31
+
32
- name: 'Save Artifacts'
33
uses: actions/upload-artifact@v3
34
with:
0 commit comments