5 Commits

Author SHA1 Message Date
152904671a merge master 2025-09-01 16:56:24 +02:00
f96b5ee0d7 merge master 2025-09-01 16:55:01 +02:00
a5fdd18315 docs 2025-09-01 16:53:21 +02:00
42c30478e7 docs 2025-09-01 16:52:56 +02:00
e6ce22ca93 Merge pull request 'Actualizar .gitea/workflows/deploy-docs.yaml' (#9) from manuel-patch-1 into master
Reviewed-on: #9
2025-09-01 16:51:22 +02:00

View File

@@ -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
@@ -59,7 +59,6 @@ jobs:
shell: powershell
run: |
$docsPath = "${{ secrets.DEPLOY_BASE_PATH }}"
$docsPath = Join-Path $docsPath
$indexPath = Join-Path $docsPath "index.html"
# Obtener todos los directorios de documentación