Skip to content

Commit

Permalink
🐛 revisar rutas despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 12, 2024
1 parent 5a6f418 commit 3ddf462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/despliegue-desarrollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: false

env:
BUILD_PATH: './aplicaciones/www' # default value when not using subfolders
BUILD_PATH: '.' # default value when not using subfolders
# BUILD_PATH: subfolder

jobs:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.BUILD_PATH }}/publico
path: ${{ env.BUILD_PATH }}/aplicaciones/www/publico

deploy:
environment:
Expand Down

0 comments on commit 3ddf462

Please sign in to comment.