documentation action change

This commit is contained in:
pjht 2020-07-26 07:33:44 -05:00
parent 3232075d5c
commit 2dd4c5f557
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
with:
doxyfile-path: "./kernel/ActionDoxyfile"
- name: Put files in the right place
run: sudo mv kerneldoc/html docsite/kernel; sudo cp docindex.html docsite/index.html
run: sudo mv kernel/docs/html docsite/kernel; sudo cp docindex.html docsite/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3

View File

@ -1,5 +1,5 @@
PROJECT_NAME = "MyOS Kernel"
OUTPUT_DIRECTORY = ./kerneldocs
OUTPUT_DIRECTORY = ./kernel/docs
OPTIMIZE_OUTPUT_FOR_C = YES
TYPEDEF_HIDES_STRUCT = YES
EXTRACT_STATIC = YES