From a8cfaeefbd24c55db249f82de53f78cebe9a3b9f Mon Sep 17 00:00:00 2001 From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:35:34 +0700 Subject: [PATCH] Add subdomain and workers github actions deployment (#3226) * Add subdomain and workers github actions deployment * minor adjust --- src/docs/src/Workers.md | 8 ++++---- src/docs/src/deployments.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/docs/src/Workers.md b/src/docs/src/Workers.md index 2b426d04b..bef515eba 100644 --- a/src/docs/src/Workers.md +++ b/src/docs/src/Workers.md @@ -173,7 +173,7 @@ The quickest way to publish a worker is to create it on [puter.com](https://pute - +
Create a new repository secret named PUTER_TOKEN and set its value to your Puter auth token (see creating secrets for a repository). To get your auth token, follow the Puter auth token tutorial.
diff --git a/src/docs/src/deployments.md b/src/docs/src/deployments.md index dd5afd2d7..cd65ae5b8 100644 --- a/src/docs/src/deployments.md +++ b/src/docs/src/deployments.md @@ -50,7 +50,7 @@ The quickest way to publish a website is to upload it on [puter.com](https://put - +If your project has a build step, run it before the deploy step (for example `npm ci && npm run build`) and point `source_path` at the build output.