From 4404ec6504c4ea12a9b88d1e30a5b81f60c7a744 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 1 Sep 2025 16:12:59 +0200 Subject: [PATCH] docs --- .gitea/workflows/deploy-docs-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-docs-dev.yaml b/.gitea/workflows/deploy-docs-dev.yaml index 69a910b..b0a27fc 100644 --- a/.gitea/workflows/deploy-docs-dev.yaml +++ b/.gitea/workflows/deploy-docs-dev.yaml @@ -43,8 +43,8 @@ jobs: shell: powershell run: | $projectName = "${{ gitea.repository_name }}" - $basePath = "${{ secrets.DEPLOY_BASE_PATH }}" - $targetPath = Join-Path $basePath "dev" $projectName + $basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}" "dev" + $targetPath = Join-Path $basePath $projectName # Crear directorio del proyecto si no existe if (Test-Path $targetPath) {