Compare commits
5 Commits
manuel-pat
...
152904671a
Author | SHA1 | Date | |
---|---|---|---|
152904671a | |||
f96b5ee0d7 | |||
a5fdd18315 | |||
42c30478e7 | |||
e6ce22ca93 |
@@ -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
|
||||
|
Reference in New Issue
Block a user