documentation action change
This commit is contained in:
parent
3232075d5c
commit
2dd4c5f557
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user