Skip to content

Commit

Permalink
ci: Generate documentation artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichaelis committed Dec 8, 2023
1 parent 392f9cb commit e85d8a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@ jobs:
name: "Build Documentation"
run: |
pnpm doc
- name: Add Documentation Artifact
if: ${{ inputs.doc }}
uses: actions/upload-artifact@v3
with:
name: api-doc
path: docs/

0 comments on commit e85d8a3

Please sign in to comment.