Skip to content

Commit c8ea4c8

Browse files
committed
CI: Check generated docs on Mac
Test that the docs generated on Mac match the docs in the commit
1 parent 39c243c commit c8ea4c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
uv run ./configure --disable-valgrind --disable-compat
5353
uv run make
5454
55+
- name: Build check generated docs
56+
run: |
57+
uv run make check-gen-updated
58+
5559
- name: Start bitcoind in regtest mode
5660
run: |
5761
bitcoind -regtest -daemon

0 commit comments

Comments
 (0)