Skip to content

Commit 65a214b

Browse files
committed
chore: byilding sourcedocs
1 parent 4570080 commit 65a214b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/regen.yml

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
node-version: 20
2525
- uses: bahmutov/npm-install@v1
2626

27+
- name: Build SourceDocs
28+
run: |
29+
git clone https://github.com/stigi/SourceDocs.git --branch xcode16 /tmp/sourcedocs
30+
pushd /tmp/sourcedocs
31+
make
32+
popd
33+
2734
- name: Regen `magicbell-java-client`
2835
run: yarn codegen
2936
env:

0 commit comments

Comments
 (0)