diff --git a/docs/index.html b/docs/index.html
index 0f778d6154..24e10a59a9 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -351,11 +351,12 @@
Latest Commit by h0lybyte : -
"Merge pull request #1652 from KBVE/beta +
"Merge pull request #1674 from KBVE/beta Preparing Release Branch"
-On:
-View this commit on +On:
+View this commit on + GitHub .
Explore Our World of Groundbreaking Games, Dynamic Websites, and Innovative Applications
Afterwards, we will go into the ci-beta.yml
and have it perform the dry run before adding the branch into the main.
I figured I would do the same with the kbve
package and making sure that the package can dry run.
+It might require some libraries that Github action might not provide, so I will have to double check it.
+Based upon my quick search, it seems that the Github actions default runner has the libmysqlclient-dev
client ready to be linked.