Skip to content

Commit

Permalink
⬆️ Actualizar versiones despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Mar 22, 2024
1 parent 7ddf4a0 commit f268ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: 🐝 Configurar página de GitHub
uses: actions/configure-pages@v3
- name: 🦅 Enviar archivos
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './publico'
- name: 🐘 Desplegar a Github Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f268ccb

Please sign in to comment.