Skip to content

Commit

Permalink
Fix for universes with only failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 5, 2025
1 parent 24b970f commit cce798b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/feed.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ rss(version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-un
url https://github.com/#{universe}.png
title R packages by #{universe}
link https://#{universe}.r-universe.dev
lastBuildDate #{convert_date(pkgdata[0]._commit.time)}
if pkgdata.length > 0
lastBuildDate #{convert_date(pkgdata[0]._commit.time)}
each x in pkgdata
item
title [#{x._user}] #{x.Package} #{x.Version}
Expand Down

0 comments on commit cce798b

Please sign in to comment.