From 26f3ee4cd6c69ff3d7f8dd76a23f48a0a5a58aa7 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:25:47 -0600 Subject: [PATCH 1/3] Update introduction.md --- markdown/introduction.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/markdown/introduction.md b/markdown/introduction.md index e7fa636..a44f07e 100644 --- a/markdown/introduction.md +++ b/markdown/introduction.md @@ -1,2 +1,6 @@ # Introduction -RueI is a hint framework for scp:sl. +RueI is a hint framework for scp:sl. the primary component of RueI is the ability to display multiple hints at once, but it also provides a lot of other features to make working with hints easier and more effective. + +a quick note: RueI is licensed under CC0 1.0. this means you can do *whatever* you want with both its compiled versions and its source code. commerical use, modifications, etc, are all okay! + +RueI is a **dependency**. it is a not a plugin. this means that it does not provide any functionality out of the box. other plugins will not work automatically once you install this if they do not have built-in support for RueI. From 17deb9964721fd65adce43723895dfe7dac78dde Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:28:30 -0600 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad5aa60..383127c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ on: push: branches: - master + paths-ignore: + - '**/*.md' + pull_request: branches: - master From 1c81cbdb651f4e5fb411e35a68d1ee6c75245fe9 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:28:50 -0600 Subject: [PATCH 3/3] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 383127c..d92cfd8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,10 +6,12 @@ on: - master paths-ignore: - '**/*.md' - pull_request: branches: - master + paths-ignore: + - '**/*.md' + workflow_dispatch: # Manually trigger the workflow from the GitHub Actions UI jobs: