ci: fix typo in workflow step name (#1511)

This commit is contained in:
James Hegedus 2023-03-24 01:30:29 +00:00 committed by GitHub
parent 9363fb2f72
commit 05a8bb940a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,6 @@ jobs:
working-directory: docs/
run: npm install
- name: Check errors by biulding Documentation site
- name: Check errors by building Documentation site
working-directory: docs/
run: npm run build