diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eadf57ba..ba55efee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: run: npm ci - name: Build App - run: cd packages/docs && npm run build:docs + run: cd packages/docs && npm run build - name: Setup Pages uses: actions/configure-pages@v3