Add missing working dir to CI

This commit is contained in:
Simon Binder 2021-12-22 18:21:49 +01:00
parent 768764f005
commit 046fae4669
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: Check for dead links
working-directory: docs
run: dart run tool/ci_check.dart
- name: Deploy to netlify (Pull Request)