Skip to content

Commit

Permalink
ci: update github workflow to reflect upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Mar 27, 2024
1 parent deb67f6 commit 56a16bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
cd endo
yarn install
yarn typedoc-markdown
yarn docs:markdown-for-agoric-documentation-repo
- name: Move Endo docs into main/reference
run: mv endo/api-docs main/reference/endo
Expand All @@ -35,7 +35,7 @@ jobs:
cd agoric-sdk
yarn install
yarn build
yarn typedoc-markdown
yarn docs:markdown-for-agoric-documentation-repo
- name: Move agoric-sdk docs into main/reference
run: mv agoric-sdk/api-docs main/reference/agoric-sdk
Expand All @@ -50,5 +50,5 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
accountId: 0c4635effffcd7f36d1b9f0425a4367a
command: pages deploy --project-name=documentation dist/

0 comments on commit 56a16bb

Please sign in to comment.