We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efffb70 + 014a446 commit aed5afeCopy full SHA for aed5afe
.github/workflows/docs.yaml
.github/workflows/tests.yaml
@@ -60,10 +60,28 @@ jobs:
60
- name: Unit tests
61
run: bundle exec rake tests:unit
62
63
+ run-dita:
64
+ runs-on: ubuntu-24.04
65
+
66
+ steps:
67
+ - name: Initialize
68
+ uses: actions/checkout@v4
69
+ - name: Setup Ruby
70
+ uses: ruby/setup-ruby@v1
71
+ with:
72
+ ruby-version: 3.3
73
+ bundler-cache: true
74
+ - name: Generate docs
75
+ run: bundle exec rake docs:all
76
+ - name: Docs test
77
+ uses: dita-ot/[email protected]
78
79
+ build: dita -i documentation/bolt.ditamap -o out -f html5 --processing-mode=strict
80
tests:
81
needs:
82
- rubocop_and_matrix
83
- unit
84
+ - run-dita
85
runs-on: ubuntu-24.04
86
name: Test suite
87
steps:
0 commit comments