2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-12 12:40:29 +08:00

New branch ()

* add find

* fix syntax
This commit is contained in:
Ali Abdalla 2024-09-17 22:32:24 +04:00 committed by GitHub
parent 384982176c
commit 047964d62d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,7 +63,7 @@ jobs:
run: VERCEL=1 pnpm --filter website build
- name: find
- run: find . -type d
run: find . -type d
- name: upload website artifacts
uses: actions/upload-artifact@v4