Skip to content

Commit ce18ed8

Browse files
committed
I can't decide
1 parent 42b4c4b commit ce18ed8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/upload-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_IOTA_WIKI }}
5252
AWS_DEFAULT_REGION: "eu-central-1"
5353
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

bindings/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:unit:node": "ts-mocha -p tsconfig.node.json ./tests/*.ts --parallel --exit",
3333
"cypress": "cypress open",
3434
"fmt": "dprint fmt",
35-
"fix_docs": "sed -Ei 's/(\\.md?#([^#]*)?)#/\\1/' ./docs/**/*.md"
35+
"fix_docs": "sed -Ei 's/(\\.md?#([^#]*)?)#/\\1/' ./docs/wasm/**/*.md"
3636
},
3737
"config": {
3838
"CYPRESS_VERIFY_TIMEOUT": 100000

bindings/wasm/typedoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"entryPoints": ["./node/"],
99
"entryPointStrategy": "expand",
1010
"tsconfig": "./tsconfig.typedoc.json",
11-
"out": "./docs",
11+
"out": "./docs/wasm",
1212
"plugin": ["typedoc-plugin-markdown"],
1313
"readme": "none",
1414
"githubPages": false,

0 commit comments

Comments
 (0)