diff --git a/doc/static/github/logs-url.png b/doc/static/github/logs-url.png
new file mode 100644
index 00000000..771257d7
Binary files /dev/null and b/doc/static/github/logs-url.png differ
diff --git a/doc/static/github/logs-watch.png b/doc/static/github/logs-watch.png
index 242804c1..6e360297 100644
Binary files a/doc/static/github/logs-watch.png and b/doc/static/github/logs-watch.png differ
diff --git a/doc/user-guide/github.md b/doc/user-guide/github.md
index 1208398f..2ba27df5 100644
--- a/doc/user-guide/github.md
+++ b/doc/user-guide/github.md
@@ -67,6 +67,8 @@ Then, click on the most recent run, and you'll see the logs:
 In the logs, you will see updates on the progress of the deployment. You'll also see a URL to your application where you can check its status.
 Once the deployment has succeeded, it will return a URL to view your deployed project.
 
+![](../static/github/logs-url.png)
+
 If you would prefer to track progress only through the application UI, you can remove `--watch-incremental` from the `deploy` command in your `ploomber-cloud.yaml`:
 
 ```yaml