Skip to content

Commit

Permalink
chore(ci): restore api build step in docs publishing (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schueren authored Mar 10, 2023
1 parent 90b7117 commit c5e8b57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
mike deploy --push --update-aliases --no-redirect ${{ env.VERSION }} ${{ env.ALIAS }}
# Set latest version as a default
mike set-default --push latest
- name: Build API docs
run: |
rm -rf api
npm run docs-generateApiDoc
- name: Release API docs
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
env:
Expand Down

0 comments on commit c5e8b57

Please sign in to comment.