From a96daa6ad69b173ada8d8dcb930fd8c7e5f61dae Mon Sep 17 00:00:00 2001
From: Jack <jack20220723@gmail.com>
Date: Fri, 17 Jan 2025 15:12:55 +0800
Subject: [PATCH] Initiate documentation site

---
 .github/workflows/ci-cd.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index b02913d..df6cedb 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -95,7 +95,7 @@ jobs:
       - name: Generate Javadoc
         run: mvn -B clean javadoc:javadoc
       - name: Move Javadoc into documentation directory
-        if: github.ref == 'refs/heads/master'
+        #if: github.ref == 'refs/heads/master'
         run: mv target/site/apidocs/ docs/build/apidocs/
       - name: Load CNAME file
         #if: github.ref == 'refs/heads/master'