From c3cc822ef72589cd81080871fa282124dcba2c37 Mon Sep 17 00:00:00 2001 From: Tri Nguyen Date: Mon, 16 Sep 2024 15:21:35 -0700 Subject: [PATCH] Changed to just html folder --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f82f400..7957f77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,4 +66,4 @@ jobs: with: name: Doxygen Documentation branch: documentation - folder: build/documentation/doxygen \ No newline at end of file + folder: build/documentation/doxygen/html \ No newline at end of file