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.