From cb5faebe3f9236ea079ed202286d8753c5f6ed9e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:02:19 +0100 Subject: [PATCH] Test --- .github/workflows/docs.yml | 4 ++++ src/main.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d54e5d2..9b930a6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,9 +3,13 @@ on: pull_request: branches: - main + paths: + - 'src/**' push: branches: - main + paths: + - 'src/**' jobs: build: name: Build docs diff --git a/src/main.lua b/src/main.lua index 878542e..2a2aa9f 100644 --- a/src/main.lua +++ b/src/main.lua @@ -17,7 +17,7 @@ basalt.LOGGER = require("log") local mainFrame = nil local updaterActive = false ---- Creates and returns a new UI element of the specified type +--- Creates and returns a new UI element of the specified type! --- @shortDescription Creates a new UI element --- @param type string The type of element to create (e.g. "Button", "Label", "BaseFrame") --- @param id? string Optional unique identifier for the element