]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Move Doxygen Folder
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 17 Dec 2021 22:30:07 +0000 (15:30 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 17 Dec 2021 22:31:43 +0000 (15:31 -0700)
After Doxygen is built, move the html folder under doc/.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index 4d19f9e0677a76435a16dfa0553f5e21e14dede2..bea76597f4fc125cd6649f02bd934e2ebcd12e6f 100644 (file)
@@ -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: