From c83b59499f7f073071ca7efb486e55db1f956056 Mon Sep 17 00:00:00 2001 From: Marc Bosch i Matas Date: Mon, 22 Jan 2024 11:48:14 +0100 Subject: [PATCH] updating ghactions --- .github/workflows/quarto-publish.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 380fe54..ea23a3a 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -4,8 +4,8 @@ on: branches: main schedule: # * is a special character in YAML so you have to quote this string - # Cada dia a les 1:14 - - cron: '14 1 * * *' + # Cada dia a les 12:14 + - cron: '14 12 * * *' name: Render and Publish @@ -27,14 +27,14 @@ jobs: with: extra-packages: local::. - - name: Crea i omple .Renviron amb secrets accessibles des d'R - run: | - echo R_TELEGRAM_BOT_monitorOSM_bot="$R_TELEGRAM_BOT_MONITOROSM_BOT" >> ~/.Renviron - echo TME_OSMCAT_CHATID="$TME_OSMCAT_CHATID" >> ~/.Renviron - shell: bash - env: - R_TELEGRAM_BOT_MONITOROSM_BOT: ${{ secrets.R_TELEGRAM_BOT_MONITOROSM_BOT }} - TME_OSMCAT_CHATID: ${{ secrets.TME_OSMCAT_CHATID}} + # - name: Crea i omple .Renviron amb secrets accessibles des d'R + # run: | + # echo R_TELEGRAM_BOT_monitorOSM_bot="$R_TELEGRAM_BOT_MONITOROSM_BOT" >> ~/.Renviron + # echo TME_OSMCAT_CHATID="$TME_OSMCAT_CHATID" >> ~/.Renviron + # shell: bash + # env: + # R_TELEGRAM_BOT_MONITOROSM_BOT: ${{ secrets.R_TELEGRAM_BOT_MONITOROSM_BOT }} + # TME_OSMCAT_CHATID: ${{ secrets.TME_OSMCAT_CHATID}} - name: Publish to GitHub Pages (and render)