Skip to content

Commit fe49184

Browse files
authored
exclude interaction docs, fix docs path (#1601)
1 parent 06278dd commit fe49184

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/upload-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo VERSION=$VERSION >> $GITHUB_OUTPUT
4343
- name: Compress generated docs
4444
run: |
45-
tar czvf wasm.tar.gz docs/*
45+
tar czvf wasm.tar.gz identity_wasm/docs/*
4646
4747
- name: Upload docs to AWS S3
4848
env:
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.node.json",
33
"include": [
4-
"../iota_interaction_ts/node/**/*",
54
"node/**/*"
65
]
76
}

bindings/wasm/identity_wasm/typedoc.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"../typedoc.json"
55
],
66
"entryPoints": [
7-
"../iota_interaction_ts/node/",
87
"./node/"
98
],
109
"tsconfig": "./tsconfig.typedoc.json",

0 commit comments

Comments
 (0)