File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 27
27
- name: Checkout
28
28
uses: actions/checkout@v4
29
29
30
- - name: Checkout Endo
31
- uses: actions/checkout@v4
32
- with:
33
- repository: endojs/endo
34
- path: endo
35
-
36
- - name: Build Endo docs
37
- run: |
38
- cd endo
39
- yarn install
40
- yarn docs:markdown-for-agoric-documentation-repo
41
-
42
- - name: Move Endo docs into main/reference
43
- run: mv endo/api-docs main/reference/endo
44
-
45
- - name: Checkout agoric-sdk
46
- uses: actions/checkout@v4
47
- with:
48
- repository: agoric/agoric-sdk
49
- path: agoric-sdk
50
-
51
- - name: Build agoric-sdk docs
52
- run: |
53
- cd agoric-sdk
54
- yarn install
55
- yarn build
56
- yarn docs:markdown-for-agoric-documentation-repo
57
-
58
- - name: Move agoric-sdk docs into main/reference
59
- run: mv agoric-sdk/api-docs main/reference/agoric-sdk
60
-
61
30
- name: Build Doc site
62
31
run: |
63
32
yarn install
You can’t perform that action at this time.
0 commit comments