From 7dfc69064650588775886549ca0e702c87ddbac8 Mon Sep 17 00:00:00 2001 From: marked Date: Tue, 2 Dec 2025 00:30:08 +0100 Subject: [PATCH] Make the nightly.link work for the main Jecs repo, rename the workflow --- .github/workflows/{studio-docs.yaml => build-studio-docs.yaml} | 2 ++ README.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{studio-docs.yaml => build-studio-docs.yaml} (94%) diff --git a/.github/workflows/studio-docs.yaml b/.github/workflows/build-studio-docs.yaml similarity index 94% rename from .github/workflows/studio-docs.yaml rename to .github/workflows/build-studio-docs.yaml index 7ed9d09..88c0c67 100644 --- a/.github/workflows/studio-docs.yaml +++ b/.github/workflows/build-studio-docs.yaml @@ -1,3 +1,5 @@ +name: build-studio-docs + on: push: diff --git a/README.md b/README.md index 138e85f..c85b3eb 100755 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ This repository includes a few subfolders that can help you get started with jec - examples: These are larger programs that showcase real use cases and can help you understand how everything fits together. - -If you wish to view the documentation inside Roblox Studio, you can find an importable model file [here](https://nightly.link/Mark-Marks/jecs/workflows/studio-docs.yaml/docs%2Fstudio/studio_docs.zip). +If you wish to view the documentation inside Roblox Studio, you can find an importable model file [here](https://nightly.link/Ukendio/jecs/workflows/build-studio-docs.yaml/main/studio_docs.zip). ### Benchmarks