From 9cf841088b89d5a6aae61521a557c0f4627f8877 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 11 Oct 2024 12:54:38 +0000 Subject: [PATCH] Update to dates CICD --- .github/workflows/update_post_dates.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update_post_dates.yml b/.github/workflows/update_post_dates.yml index c2062626..c1398a89 100644 --- a/.github/workflows/update_post_dates.yml +++ b/.github/workflows/update_post_dates.yml @@ -19,11 +19,8 @@ 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 + run: git config --global --add safe.directory /__w/blog/blog - name: Check for changes id: check_changes