fix: 引入markdown

This commit is contained in:
2024-12-26 10:53:41 +08:00
parent a60cbb5a4a
commit c5bf05731a
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ pages: # job 的名称必须要是 pages
script: # 生成站点 script: # 生成站点
- mkdir public - mkdir public
- cp *.md public/ - cp *.md public/
- cp *.htlm public/
artifacts: # 制品 artifacts: # 制品
paths: paths:
- public - public

1
index.html Normal file
View File

@@ -0,0 +1 @@
<iframe src="./test.md"></iframe>