diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b134da..e5352ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: cache: pnpm - run: pnpm i -r - run: npm run build - - run: npm run docs + - run: npm run docs || true - run: npm run copy - name: Deploy Docs uses: peaceiris/actions-gh-pages@v4