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 fbe4971 commit 63ebf41Copy full SHA for 63ebf41
.github/workflows/deploy.yml
@@ -1,6 +1,8 @@
1
name: Deploy to GitHub Pages
2
3
on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
# Activa el flujo de trabajo cada vez que hagas push a la rama `main`
7
# Usando un nombre de rama diferente? Reemplaza `main` con el nombre de tu rama
8
push:
0 commit comments