diff --git a/.gitea/workflows/deploy-docs.yaml b/.gitea/workflows/deploy-docs.yaml index 681fb20..1a1b8b8 100644 --- a/.gitea/workflows/deploy-docs.yaml +++ b/.gitea/workflows/deploy-docs.yaml @@ -41,7 +41,7 @@ jobs: shell: powershell run: | $projectName = "${{ vars.GIT_REPOSITORY }}" - $basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}" + $basePath = "${{ secrets.DEPLOY_BASE_PATH }}" $targetPath = Join-Path $basePath $projectName # Crear directorio del proyecto si no existe