fix/runner (#4968)

This commit is contained in:
Alireza 2025-04-16 16:41:35 -04:00 committed by GitHub
parent 41fb597085
commit 69063a41b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,8 @@ jobs:
- name: Deploy to Netlify
uses: netlify/actions/cli@master
with:
args: deploy --prod --dir=./platform/docs/build
args: deploy --prod --dir=./build
working-directory: ./platform/docs
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}