File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v2
23
23
24
24
- name : Setup Source
25
- run : mkdir docs && cp os-lecs.md docs/index.md && cp -r lec[1-9]* docs && cp course-intro.md docs/course-intro.md && cp lecs-preview.md docs/lecs-preview.md && cp labs-intro.md docs/labs-intro.md && cp -r oslabs docs
25
+ run : mkdir docs && cp os-lecs.md docs/index.md && cp -r lec[1-9]* docs && cp course-intro.md docs/course-intro.md && cp lecs-preview.md docs/lecs-preview.md && cp labs-intro.md docs/labs-intro.md && cp oslabs/bachelor-projects.md docs && cp -r oslabs docs
26
26
# && mkdir build && cp -r lec[1-9]*/figs build/
27
27
28
28
- name : Marp Build (docs folder)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ backgroundColor: white
23
23
24
24
## 2024 春季
25
25
26
- [ 幻灯片列表] ( https://www.yuque.com/xyong-9fuoz/qczol5/glemuu? ) -- [ 简介] ( ./course-intro.html ) -- [ 课前准备] ( ./lecs-preview.html ) -- [ 思维导图] ( https://chyyuu.github.io/test2/oscourse.html ) -- [ 实验] ( ./labs-intro.html )
26
+ [ 幻灯片列表] ( https://www.yuque.com/xyong-9fuoz/qczol5/glemuu? ) -- [ 简介] ( ./course-intro.html ) -- [ 课前准备] ( ./lecs-preview.html ) -- [ 思维导图] ( https://chyyuu.github.io/test2/oscourse.html ) -- [ 实验] ( ./labs-intro.html ) -- [ 毕设 ] ( ./bachelor-projects.html )
27
27
28
28
---
29
29
Original file line number Diff line number Diff line change
1
+ ---
2
+ marp : true
3
+ theme : default
4
+ paginate : true
5
+ _paginate : false
6
+ header : ' '
7
+ footer : ' '
8
+ backgroundColor : white
9
+ style : @import url('https://unpkg.com/tailwindcss@^2/dist/utilities.min.css');
10
+
11
+ ---
12
+
1
13
# 本科毕设项目
2
14
- [ monoRCore 模块化操作系统的设计与完善:2023] ( https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms )
3
15
- [ 毕设论文和答辩报告等] ( https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms/tree/main/thesis-docs )
You can’t perform that action at this time.
0 commit comments