Skip to content

Commit c5e8b57

Browse files
author
Alexander Schueren
authored
chore(ci): restore api build step in docs publishing (#1368)
1 parent 90b7117 commit c5e8b57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/reusable-publish-docs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ jobs:
8585
mike deploy --push --update-aliases --no-redirect ${{ env.VERSION }} ${{ env.ALIAS }}
8686
# Set latest version as a default
8787
mike set-default --push latest
88-
88+
- name: Build API docs
89+
run: |
90+
rm -rf api
91+
npm run docs-generateApiDoc
8992
- name: Release API docs
9093
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
9194
env:

0 commit comments

Comments
 (0)