fix/runner (#4966)

This commit is contained in:
Alireza 2025-04-16 16:16:28 -04:00 committed by GitHub
parent bd02205ef9
commit ac7875128c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ jobs:
cp ./coverage-artifact/sorter.js platform/docs/static/
- name: Build docs
run: cd platform/docs && bun run build:docs
run: cd platform/docs && bun run build
- name: Install Netlify CLI
run: bun add -g netlify-cli