From 3ceba9e3b3ffc9ca73024a09b4d6330579f0d5f1 Mon Sep 17 00:00:00 2001
From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com>
Date: Thu, 4 Jun 2026 23:48:25 +0700
Subject: [PATCH] Minor fix deployment docs (#3210)
* Minor fix deployment docs
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
src/docs/src/Workers.md | 39 +++++++++++++------------
src/docs/src/deployments.md | 57 ++++++++++++++++++++-----------------
2 files changed, 52 insertions(+), 44 deletions(-)
diff --git a/src/docs/src/Workers.md b/src/docs/src/Workers.md
index f5122663c..fdf647e4e 100644
--- a/src/docs/src/Workers.md
+++ b/src/docs/src/Workers.md
@@ -142,29 +142,32 @@ You can see various Puter.js workers management features in action from the foll
## Deployment
-Once your worker is ready, you can put it online on a free `*.puter.work` subdomain. You can publish it manually in a few clicks, or automatically from your GitHub repository.
+Once your worker is ready, you can put it online on a free `*.puter.work` subdomain.
### Publish from puter.com
The quickest way to publish a worker is to create it on [puter.com](https://puter.com) and publish it.
-1. Create a `.js` file containing your worker code.
-
-
-
-
-
.js file containing your worker code.
+
+
+ https://your-worker.puter.work.
+
+