Fusion des workflows de déploiement et RSS quotidien
Some checks are pending
Deploy to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Waiting to run
Some checks are pending
Deploy to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Waiting to run
Le workflow deploy.yml gère maintenant : - Déploiement à chaque push sur main - Rebuild quotidien à 9h UTC pour mise à jour RSS - Déclenchement manuel si nécessaire Suppression de daily-rss-rebuild.yml devenu redondant.
This commit is contained in:
parent
83753de00d
commit
51ab0eda37
2 changed files with 3 additions and 49 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue