mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
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:
2
.github/workflows/sync-openapi-docs.yml
vendored
2
.github/workflows/sync-openapi-docs.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
# Copia el openapi.json al website (sobrescribe)
|
||||
mkdir -p public
|
||||
cp -f ../openapi.json public/openapi.json
|
||||
cp -f ../openapi.json apps/docs/public/openapi.json
|
||||
|
||||
# Configura git
|
||||
git config user.name "Dokploy Bot"
|
||||
|
||||
Reference in New Issue
Block a user