diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8723e0a..e9b47e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,9 @@ jobs: - name: Test run: npm test + - name: Check doc links + run: npm run docs:check-links + - name: Build run: npm run build env: