Add docindex.html & update main.yml
This commit is contained in:
parent
4cf9ca6c11
commit
dfe6999238
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -27,8 +27,9 @@ jobs:
|
||||
uses: mattnotmitt/doxygen-action@v1.1.0
|
||||
with:
|
||||
doxyfile-path: "./ActionDoxyfile"
|
||||
- name: Move files
|
||||
run: sudo mv kerneldoc/html docsite/kernel
|
||||
- name: Put files in the right place
|
||||
run: sudo mv kerneldoc/html docsite/kernel; sudo cp docindex.html docsite/index.html
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
9
docindex.html
Normal file
9
docindex.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OS Component Documentaion List</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1><a href="kernel/index.html">Kernel Documentation</a></h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user