Skip to content

Commit

Permalink
or row["nameWithOwner"] == "simonw/datasette-atom"
Browse files Browse the repository at this point in the history
Experiment relating to #156
  • Loading branch information
simonw authored Jan 16, 2024
1 parent 55e8fb1 commit 428d631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def cli(
if (
row["latest_commit"] != previous_hashes.get(row["nameWithOwner"])
or force_fetch_readmes
or row["nameWithOwner"] == "simonw/datasette-atom"
):
repos_to_fetch_readme_for.append(row["nameWithOwner"])
if repos_to_fetch_readme_for:
Expand Down

0 comments on commit 428d631

Please sign in to comment.