Skip to content

Commit

Permalink
Set target url to latest for main builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl authored Feb 6, 2025
1 parent 969fad8 commit d36a529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sed/update_switcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
for item in data:
if "latest" in item.get("name", ""):
item["version"] = version
item["url"] = "https://opencompes.github.io/docs/sed/latest"
present = True
break
if not present:
Expand Down

0 comments on commit d36a529

Please sign in to comment.