Skip to content

Commit 77eb869

Browse files
committed
🎄 chore: update workflow to use latest github-pages-deploy action
Updated the workflow configuration to use the latest version of the github-pages-deploy action for improved deployment.
1 parent d3dade5 commit 77eb869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jamstack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- name: Run script 🏃
2727
env:
28-
WEBLATE_API_TOKEN: ${{ secrets.WEBLATE_API_TOKEN }} # Pasar el secret como variable de entorno
28+
WEBLATE_API_TOKEN: ${{ secrets.WEBLATE_API_TOKEN }}
2929
run: python static.py
3030

3131
- name: Deploy 🚀
32-
uses: JamesIves/github-pages-deploy-action@4.1.3
32+
uses: JamesIves/github-pages-deploy-action@4.7.1
3333
with:
34-
branch: main # La rama a la que se debe hacer deploy
35-
folder: docs # La carpeta a desplegar
34+
branch: main
35+
folder: docs

0 commit comments

Comments
 (0)