Skip to content

Commit 7b56928

Browse files
mujahidkaydckc
authored andcommitted
chore: update deployment steps
1 parent 2b98851 commit 7b56928

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/build-deploy-doc.yml.DISABLED

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,6 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

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-
6130
- name: Build Doc site
6231
run: |
6332
yarn install

0 commit comments

Comments
 (0)