Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
id: pkgjson

- name: Generate docs
run: |
node sdkdo docs
zip -r docs.zip docs-${{ steps.pkgjson.outputs.packageVersion }}
run: node sdkdo docs

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: apidocs
path: docs.zip
name: js_sdk_docs
path: docs-${{ steps.pkgjson.outputs.packageVersion }}/