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