Skip to content

Commit 770730f

Browse files
authored
Merge pull request #167 from splunk/doc-generation-update
Doc generation update
2 parents 479d8a1 + 0b2722a commit 770730f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jobs:
2222
id: pkgjson
2323

2424
- name: Generate docs
25-
run: |
26-
node sdkdo docs
27-
zip -r docs.zip docs-${{ steps.pkgjson.outputs.packageVersion }}
25+
run: node sdkdo docs
2826

2927
- name: Upload Artifact
3028
uses: actions/upload-artifact@v3
3129
with:
32-
name: apidocs
33-
path: docs.zip
30+
name: js_sdk_docs
31+
path: docs-${{ steps.pkgjson.outputs.packageVersion }}/

0 commit comments

Comments
 (0)