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) {