Commit ce18ed8 1 parent 42b4c4b commit ce18ed8 Copy full SHA for ce18ed8
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_IOTA_WIKI }}
52
52
AWS_DEFAULT_REGION : " eu-central-1"
53
53
run : |
54
- aws s3 cp identity.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/wasm/ --acl public-read
54
+ aws s3 cp identity.tar.gz s3://files.iota.org/iota-wiki/iota-identity/${{ steps.get_release_version.outputs.VERSION }}/ --acl public-read
Original file line number Diff line number Diff line change 32
32
"test:unit:node" : " ts-mocha -p tsconfig.node.json ./tests/*.ts --parallel --exit" ,
33
33
"cypress" : " cypress open" ,
34
34
"fmt" : " dprint fmt" ,
35
- "fix_docs" : " sed -Ei 's/(\\ .md?#([^#]*)?)#/\\ 1/' ./docs/**/*.md"
35
+ "fix_docs" : " sed -Ei 's/(\\ .md?#([^#]*)?)#/\\ 1/' ./docs/wasm/ **/*.md"
36
36
},
37
37
"config" : {
38
38
"CYPRESS_VERIFY_TIMEOUT" : 100000
Original file line number Diff line number Diff line change 8
8
"entryPoints" : [" ./node/" ],
9
9
"entryPointStrategy" : " expand" ,
10
10
"tsconfig" : " ./tsconfig.typedoc.json" ,
11
- "out" : " ./docs" ,
11
+ "out" : " ./docs/wasm " ,
12
12
"plugin" : [" typedoc-plugin-markdown" ],
13
13
"readme" : " none" ,
14
14
"githubPages" : false ,
You can’t perform that action at this time.
0 commit comments