Skip to content

Commit 4fea608

Browse files
committed
Build mkdoc in tests to confirm it is working ok
1 parent 7774063 commit 4fea608

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/Tests.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,22 @@ jobs:
118118
- name: Ensure we can build JS package
119119
run: yarn pack
120120
working-directory: javascript
121+
122+
build-docs: # validate that doc can be built
123+
runs-on: ubuntu-24.04
124+
needs: generate-rules
125+
126+
steps:
127+
- name: Checkout repo
128+
uses: actions/checkout@v4
129+
130+
- name:
131+
run: hatch run docs:build
132+
133+
- name: Save doc artifact
134+
uses: actions/upload-artifact@v4
135+
with:
136+
path: |
137+
site/
138+
name: doc
139+
retention-days: 1

0 commit comments

Comments
 (0)