guanjinquan 1 year ago
parent
commit
deb41630ca
4 changed files with 6 additions and 2 deletions
  1. 3 1
      .gitignore
  2. 1 0
      deploy.bat
  3. 1 0
      docs/.vuepress/dist
  4. 1 1
      docs/Lab/Lab2.md

+ 3 - 1
.gitignore

@@ -13,4 +13,6 @@ _book/
 # eBook build output
 *.epub
 *.mobi
-*.pdf
+*.pdf
+
+./docs/.vuepress/dist

+ 1 - 0
deploy.bat

@@ -0,0 +1 @@
+npm run docs:build  && cd ./docs/.vuepress/dist && git init && git add -A && git commit -m "deploy" && git push -f [email protected]:DragonOS-Community/OS_lab_tutorial.git master:gh-pages

+ 1 - 0
docs/.vuepress/dist

@@ -0,0 +1 @@
+Subproject commit e233c049c5e234d55c686329ac443ec7331cd25d

+ 1 - 1
docs/Lab/Lab2.md

@@ -24,7 +24,7 @@ sidebar: auto
 
 进程创建的过程示意图如下所示:
 
-![图片1](../.vuepress/public/process.png '进程的创建')
+<img src="../.vuepress/public/process.png" alt="图片1" title="进程的创建" style="zoom: 67%;" />
 
 ### 系统调用fork()