File tree Expand file tree Collapse file tree 6 files changed +9
-150
lines changed Expand file tree Collapse file tree 6 files changed +9
-150
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- changeset-release/main
10
- - beta
11
10
12
11
concurrency :
13
12
group : ${{ github.workflow }}-${{ github.ref }}
44
43
45
44
- name : Generate Docs
46
45
run : |
47
- cd packages /sdk
46
+ cd legacy_packages /sdk
48
47
pnpm generate-docs
49
48
cd ../react-core
50
49
pnpm generate-docs
@@ -60,12 +59,12 @@ jobs:
60
59
git config --local user.email "action@github.com"
61
60
git config --local user.name "GitHub Action"
62
61
git status
63
- git add packages /react/typedoc/documentation.json.gz
64
- git add packages /react-core/typedoc/documentation.json.gz
65
- git add packages /react-native/typedoc/documentation.json.gz
66
- git add packages /sdk/typedoc/documentation.json.gz
67
- git add packages /storage/typedoc/documentation.json.gz
68
- git add packages /wallets/typedoc/documentation.json.gz
62
+ git add legacy_packages /react/typedoc/documentation.json.gz
63
+ git add legacy_packages /react-core/typedoc/documentation.json.gz
64
+ git add legacy_packages /react-native/typedoc/documentation.json.gz
65
+ git add legacy_packages /sdk/typedoc/documentation.json.gz
66
+ git add legacy_packages /storage/typedoc/documentation.json.gz
67
+ git add legacy_packages /wallets/typedoc/documentation.json.gz
69
68
git add packages/thirdweb/typedoc/documentation.json.gz
70
69
git add snippets/feature_snippets_react.json
71
70
git add snippets/feature_snippets_sdk.json
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .changeset/**"
10
10
- " packages/**"
11
+ - " legacy_packages/**"
11
12
branches :
12
13
- main
13
14
Original file line number Diff line number Diff line change 19
19
20
20
- name : Run chains sync
21
21
run : bun run db:sync
22
- working-directory : ./packages /chains
22
+ working-directory : ./legacy_packages /chains
23
23
24
24
- name : Check for Changes
25
25
id : git-check
You can’t perform that action at this time.
0 commit comments