Temporarily disable lint check

This commit is contained in:
Simon Binder 2022-05-18 11:23:43 +02:00
parent 6105be75a3
commit fa13024940
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 3 additions and 3 deletions

View File

@ -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' }}