Skip to content

Commit

Permalink
Link production website docs preview (#3405)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Mar 8, 2024
1 parent 03f1816 commit b3368c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ok-to-preview.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
event_data = json.load(f)
links = [
"https://beta.strawberry.rocks/docs/pr/{pr_number}/{path}".format(
"https://strawberry.rocks/docs/pr/{pr_number}/{path}".format(
pr_number=event_data["number"],
path=file.replace(".md", "").replace("docs/", "")
)
Expand Down

0 comments on commit b3368c8

Please sign in to comment.