From: Tom Hromatka Date: Fri, 17 Dec 2021 22:30:07 +0000 (-0700) Subject: github: Move Doxygen Folder X-Git-Tag: v3.0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb3f9908e441c39186a8b9abb33742067f246f0;p=thirdparty%2Flibcgroup.git github: Move Doxygen Folder After Doxygen is built, move the html folder under doc/. Signed-off-by: Tom Hromatka --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4d19f9e0..bea76597 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -48,6 +48,8 @@ jobs: with: working-directory: "./" doxyfile-path: "./doc/Doxygen" + - name: Move the Doxygen Files + run: sudo mv ./html doc/ - name: Deploy Doxygen uses: peaceiris/actions-gh-pages@v3 with: