From a60cbb5a4aaa5f49a1eda83bce7eeb1a51ae5f19 Mon Sep 17 00:00:00 2001 From: oasis Date: Thu, 26 Dec 2024 10:48:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 11 +---------- index.html | 3 --- test.md | 2 ++ 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 index.html create mode 100644 test.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fadafd5..a3e15f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,5 @@ stages: - - build - deploy - - -build: - stage: build - tags: - - build - script: - - echo "我是 build" @@ -21,7 +12,7 @@ pages: # job 的名称必须要是 pages script: # 生成站点 - mkdir public - - cp index.html public/index.html + - cp *.md public/ artifacts: # 制品 paths: - public \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 39c337d..0000000 --- a/index.html +++ /dev/null @@ -1,3 +0,0 @@ - - asdfasdfasd - \ No newline at end of file diff --git a/test.md b/test.md new file mode 100644 index 0000000..9b480e8 --- /dev/null +++ b/test.md @@ -0,0 +1,2 @@ +## h1 +测试 \ No newline at end of file