1
0
mirror of https://github.com/msberends/AMR.git synced 2025-12-22 04:20:21 +01:00

(v3.0.1.9006) Fix website

This commit is contained in:
2025-12-21 12:29:46 +01:00
parent 151af21f38
commit f6e28ac95c
4 changed files with 7 additions and 3 deletions

View File

@@ -43,8 +43,12 @@ jobs:
- name: Generate TODO list from R/
run: |
export TZ=Europe/Amsterdam
last_updated=$(date +"%e %B %Y %H:%M:%S %Z" | sed 's/^ *//')
echo "## \`TODO\` Report" > todo.md
echo "" >> todo.md
echo "**Last Updated: ${last_updated}**" >> todo.md
echo "" >> todo.md
echo "_This overview is automatically updated on each push to \`main\`. It provides an automated overview of all mentions of the text \`TODO\`._" >> todo.md
echo "" >> todo.md
todos=$(grep -rn --include=\*.{R,Rmd,yaml,yml,md,css,js} --exclude={todo-tracker.yml,todo.md} "TODO" . || true)