We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dade5 commit 77eb869Copy full SHA for 77eb869
.github/workflows/jamstack.yml
@@ -25,11 +25,11 @@ jobs:
25
26
- name: Run script 🏃
27
env:
28
- WEBLATE_API_TOKEN: ${{ secrets.WEBLATE_API_TOKEN }} # Pasar el secret como variable de entorno
+ WEBLATE_API_TOKEN: ${{ secrets.WEBLATE_API_TOKEN }}
29
run: python static.py
30
31
- name: Deploy 🚀
32
- uses: JamesIves/github-pages-deploy-action@4.1.3
+ uses: JamesIves/github-pages-deploy-action@4.7.1
33
with:
34
- branch: main # La rama a la que se debe hacer deploy
35
- folder: docs # La carpeta a desplegar
+ branch: main
+ folder: docs
0 commit comments