From a8838d465eca178759248d30c393c319f931ed7a Mon Sep 17 00:00:00 2001 From: Evan Hall Date: Fri, 9 Dec 2022 19:16:58 -0500 Subject: [PATCH 1/2] Finished testing javadoc hosting. Switching trigger branch to dev. --- .github/workflows/publish-javadoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-javadoc.yml b/.github/workflows/publish-javadoc.yml index 9671b3e4f..99183fdee 100644 --- a/.github/workflows/publish-javadoc.yml +++ b/.github/workflows/publish-javadoc.yml @@ -5,7 +5,7 @@ name: Publish Javadoc on: push: branches: - - gradle + - dev jobs: publish: From 77416352f57b1534adc5085860c7e7a987ce629c Mon Sep 17 00:00:00 2001 From: Evan Hall Date: Fri, 9 Dec 2022 19:49:38 -0500 Subject: [PATCH 2/2] Added link to the Javadoc site in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c59342248..ea9df1770 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

GPL 3.0 License @@ -47,6 +47,8 @@ Additionally, if you are interested in computer science and programming, please ## Documentation Documentation is actively being worked on on the [Legup wiki](https://github.com/Bram-Hub/Legup/wiki). +The Javadocs for our application are currently hosted directly on [our Github Pages site](https://bram-hub.github.io/Legup/). + Documentation is very much in the early stages, and we would greatly appreciate anyone who is willing to help write and structure the documentation. Currently, the priority is to write detailed documentation on how Nurikabe works, as it is the puzzle that is the most developed within Legup. ## Contributing