Skip to content

Commit 1e3ef12

Browse files
committed
add more logs to debug ci
1 parent 6850b25 commit 1e3ef12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/prepare_newsletter.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# alongside the others, with its incremented id number.
55
# This script also replaces the TODOs related to the news id number.
66

7+
ls -l content/news
8+
9+
find content/news/ -type d -printf "%f\n"
10+
711
read -r -d '\n' -a news <<< `find content/news/ -type d -printf "%f\n"`
812
913
last_news=`echo ${news[-1]} | sed -r s/0//`

0 commit comments

Comments
 (0)