From f8f41b2e4a771be95807e570aeeab63166e9c8dc Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:27:06 +0100 Subject: [PATCH] Update generate_documentation.yml --- .github/workflows/generate_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index f3e7c89e..b67d1e49 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -29,7 +29,7 @@ jobs: - name: Move Doxygen HTML files into their parent directories run: | # sudo mv docs/backend/html/* docs/backend - sudo mv docs/app/rpi/common/html/* docs/raspberry_pi + sudo mv docs/raspberry_pi/html/* docs/raspberry_pi # - name: Build JSDoc documentation # uses: andstor/jsdoc-action@v1