Skip to content

Commit

Permalink
Update to dates CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Oct 11, 2024
1 parent ddac008 commit 9cf8410
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_post_dates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf8410

Please sign in to comment.