From ba967875f71019d367606f2b0bfae27879723a57 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 24 Feb 2023 00:49:05 -0500 Subject: [PATCH] docs: update flatworm cli --- .github/workflows/generate-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index a66934e8f..7a11c201c 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -32,7 +32,7 @@ jobs: run: npm install --no-save 'https://github.com/ricmoo/flatworm.git#tsdocs' - name: Build Documentation - run: node node_modules/flatworm/lib/test-api-index ./docs.wrm/config.js + run: node node_modules/flatworm/lib/cli-test ./docs.wrm/config.js - name: Upload documentation to to docs.ethers.org uses: ethers-io/sync-s3-action@main