Skip to content

Commit 346cc56

Browse files
authored
Update release-all.yml
1 parent 02a42cd commit 346cc56

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/release-all.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,22 @@ jobs:
5252
uses: ./.github/workflows/release-ts-sdk.yml
5353
secrets: inherit
5454
with:
55-
version: ${{ inputs.version }}
55+
version: ${{ inputs.version }}
56+
57+
generate-docs:
58+
needs: [csharp, go, java, python, ruby, ts]
59+
runs-on: ubuntu-latest
60+
steps:
61+
- uses: actions/checkout@v4
62+
63+
- name: Setup Node.js
64+
uses: actions/setup-node@v4
65+
66+
- name: Install Fern
67+
run: npm install -g fern-api
68+
69+
- name: Generate Documentation
70+
run: fern generate --docs
71+
env:
72+
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
73+

0 commit comments

Comments
 (0)