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'