Skip to content

Commit

Permalink
Added Github Action to test deployments from folder
Browse files Browse the repository at this point in the history
  • Loading branch information
codecruz committed Jan 15, 2025
1 parent dccc945 commit 6f0f33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# Paso 2: Mover el contenido de /public a la raíz
- name: Move /public to root
run: |
mkdir -p public
cp -r public/* . # Mueve el contenido de /public a la raíz
cp -r public/* . # Copia el contenido de /public a la raíz
rm -rf public # Elimina la carpeta /public
# Paso 3: Crear el archivo .nojekyll en la raíz
- name: Add .nojekyll file
Expand Down

0 comments on commit 6f0f33e

Please sign in to comment.