File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
- name : Create Release
1
+ name : Doc generation test
2
2
3
- on :
4
- release :
5
- types : [published]
3
+ on : [push]
6
4
7
5
jobs :
8
6
publish-npm :
@@ -12,22 +10,20 @@ jobs:
12
10
- uses : actions/setup-node@v2
13
11
with :
14
12
node-version : 14
15
- registry-url : https://registry.npmjs.org/
16
- - run : npm publish
17
- env :
18
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
13
+ # registry-url: https://registry.npmjs.org/
14
+ # - run: npm publish
15
+ # env:
16
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19
17
20
18
- name : Package JSON Info
21
19
uses : myrotvorets/info-from-package-json-action@1.1.0
22
20
id : pkgjson
23
21
24
22
- name : Generate docs
25
- run : |
26
- node sdkdo docs
27
- zip -r docs.zip docs-${{ steps.pkgjson.outputs.packageVersion }}
23
+ run : node sdkdo docs
28
24
29
25
- name : Upload Artifact
30
26
uses : actions/upload-artifact@v3
31
27
with :
32
- name : apidocs
33
- path : docs.zip
28
+ name : JS_SDK_docs
29
+ path : docs-${{ steps.pkgjson.outputs.packageVersion }}/
You can’t perform that action at this time.
0 commit comments