From ddac00861bf837f1919e57007b8b648db10d188b Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 11 Oct 2024 12:53:03 +0000 Subject: [PATCH] Update to dates CICD --- .github/workflows/update_post_dates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_post_dates.yml b/.github/workflows/update_post_dates.yml index 8cda0c06..c2062626 100644 --- a/.github/workflows/update_post_dates.yml +++ b/.github/workflows/update_post_dates.yml @@ -19,6 +19,9 @@ jobs: - name: Run update_post_dates run: Rscript R/update_post_dates.R # running the R script with Rscript + - name: Print working directory + run: pwd + - name: Configure Git safe directory run: git config --global --add safe.directory /home/runner/work/blog/blog