Skip to content

Commit 7846b35

Browse files
add bachelor-projects on gh-pages
1 parent 26cebc4 commit 7846b35

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
- 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
2626
# && mkdir build && cp -r lec[1-9]*/figs build/
2727

2828
- name: Marp Build (docs folder)

os-lecs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ backgroundColor: white
2323

2424
## 2024 春季
2525

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)
2727

2828
---
2929

oslabs/bachelor-projects.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
# 本科毕设项目
214
- [monoRCore 模块化操作系统的设计与完善:2023](https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms)
315
- [毕设论文和答辩报告等](https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms/tree/main/thesis-docs)

0 commit comments

Comments
 (0)