From c73219364dde3cd68c46389081bdf761de7cb84c Mon Sep 17 00:00:00 2001 From: null8626 Date: Fri, 21 Jun 2024 14:32:51 +0700 Subject: [PATCH] fix: fix github pages not working --- .github/workflows/CI.yml | 1 + bindings/native/decancer.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e0c88a05..816348d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -695,6 +695,7 @@ jobs: - name: Generate native library documentation working-directory: bindings/native/docs run: | + doxygen node docgen.mjs mv ./html ../../../native_docs shell: bash diff --git a/bindings/native/decancer.h b/bindings/native/decancer.h index 4038e2f7..def88b53 100644 --- a/bindings/native/decancer.h +++ b/bindings/native/decancer.h @@ -2742,4 +2742,4 @@ extern "C" { #ifdef __cplusplus } // extern "C" #endif -#endif +#endif \ No newline at end of file