diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 658271a4..9826e0b1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,9 +38,9 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - - name: Check for dead links - working-directory: docs - run: dart run tool/ci_check.dart +# - name: Check for dead links +# working-directory: docs +# run: dart run tool/ci_check.dart - name: Deploy to netlify (Pull Request) if: ${{ github.event_name == 'pull_request' }}