docs
This commit is contained in:
@@ -2,12 +2,12 @@ name: Deploy Documentation Local
|
|||||||
run-name: Deploying ${{ gitea.repository }} docs locally
|
run-name: Deploying ${{ gitea.repository }} docs locally
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
paths:
|
paths:
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
New-Item -ItemType Directory -Path $targetPath -Force
|
New-Item -ItemType Directory -Path $targetPath -Force
|
||||||
|
|
||||||
# Copiar archivos construidos
|
# 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"
|
Write-Host "Documentation deployed to: $targetPath"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user