Add docindex.html & update main.yml

This commit is contained in:
pjht 2020-07-25 19:10:43 -05:00
parent 4cf9ca6c11
commit dfe6999238
2 changed files with 12 additions and 2 deletions

View File

@ -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
View 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>