Skip to content

Commit 56a16bb

Browse files
committed
ci: update github workflow to reflect upstream changes
1 parent deb67f6 commit 56a16bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
cd endo
2121
yarn install
22-
yarn typedoc-markdown
22+
yarn docs:markdown-for-agoric-documentation-repo
2323
2424
- name: Move Endo docs into main/reference
2525
run: mv endo/api-docs main/reference/endo
@@ -35,7 +35,7 @@ jobs:
3535
cd agoric-sdk
3636
yarn install
3737
yarn build
38-
yarn typedoc-markdown
38+
yarn docs:markdown-for-agoric-documentation-repo
3939
4040
- name: Move agoric-sdk docs into main/reference
4141
run: mv agoric-sdk/api-docs main/reference/agoric-sdk
@@ -50,5 +50,5 @@ jobs:
5050
uses: cloudflare/wrangler-action@v3
5151
with:
5252
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
53-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
53+
accountId: 0c4635effffcd7f36d1b9f0425a4367a
5454
command: pages deploy --project-name=documentation dist/

0 commit comments

Comments
 (0)