Skip to content

Commit 9d527f7

Browse files
fix: update API URL in notify-deployment workflow
- change URL from https://api.pyplots.ai to https://api.pyplots.ai/docs
1 parent dd31ea0 commit 9d527f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
environment:
4747
name: api
48-
url: https://api.pyplots.ai
48+
url: https://api.pyplots.ai/docs
4949
steps:
5050
- run: echo "API deployed via Cloud Build"

0 commit comments

Comments
 (0)