Skip to content

Commit

Permalink
Skip undescrribed
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2024
1 parent da29537 commit 4db8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/gen-feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for (const {name, isFile} of Deno.readDirSync(`./blog/content`)) {
for (const script of JSON.parse(Deno.readTextFileSync(scripthubJson)).scripts) {
const { fullname, description, birthtime, avatar } = script
const url = `https://mash.pkgx.sh/${fullname}`
rv.push({
if (description) rv.push({
type: 'script',
time: new Date(birthtime),
description,
Expand Down

0 comments on commit 4db8da2

Please sign in to comment.