This commit is contained in:
2025-09-01 16:15:27 +02:00
parent 4404ec6504
commit c6bdd2fe2e

View File

@@ -2,12 +2,12 @@ name: Deploy Documentation Local
run-name: Deploying ${{ gitea.repository }} docs locally
on:
workflow_dispatch:
push:
branches:
- dev
paths:
- "docs/**"
push:
workflow_dispatch:
branches:
- dev
paths:
@@ -53,7 +53,7 @@ jobs:
New-Item -ItemType Directory -Path $targetPath -Force
# Copiar archivos construidos
Copy-Item -Path "build\*" -Destination $targetPath -Recurse -Force
Copy-Item -Path "..\build\*" -Destination $targetPath -Recurse -Force
Write-Host "Documentation deployed to: $targetPath"