diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0b8d9d937..6a2cce573b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Initialize asterics-docs - run: pnpm run docs init init --no-reference + run: pnpm run docs init --no-reference - name: Setup docs run: pnpm run docs setup - name: Build