fix: update OpenAPI sync workflow to copy file to correct path

- Changed the destination path for copying openapi.json to the apps/docs/public directory to ensure proper deployment of the OpenAPI documentation.
This commit is contained in:
Mauricio Siu
2025-11-30 01:09:38 -06:00
parent 817825e8bd
commit 4907a021a4

View File

@@ -51,7 +51,7 @@ jobs:
# Copia el openapi.json al website (sobrescribe) # Copia el openapi.json al website (sobrescribe)
mkdir -p public mkdir -p public
cp -f ../openapi.json public/openapi.json cp -f ../openapi.json apps/docs/public/openapi.json
# Configura git # Configura git
git config user.name "Dokploy Bot" git config user.name "Dokploy Bot"