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