diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3348510..efa9fc7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -34,9 +34,6 @@ jobs: with: version: v0.3.0 - - name: Install rbxcloud - run: aftman add Sleitnick/rbxcloud@0.14.0 - - name: Build place file run: rojo build -o Iris.rbxl ./demo.project.json diff --git a/docs/about/events.md b/docs/about/events.md index cf9d82b..fec3d48 100644 --- a/docs/about/events.md +++ b/docs/about/events.md @@ -4,7 +4,7 @@ sidebar_position: 4 # Understanding Events -Each widget has a number of events connected to it. You can see these events on the [API page](/API/Iris). +Each widget has a number of events connected to it. You can see these events on the [API page](api/Iris). Certain events will happen once, such as a window being collapsed or a button being clicked. Other events can be continuous, such as a widget being hovered. Each event is a function which returns a boolean value for whether the