From c5bf05731a0862efa33555195f9fa9f6f76c22de Mon Sep 17 00:00:00 2001 From: oasis Date: Thu, 26 Dec 2024 10:53:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=95=E5=85=A5markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3e15f7..d61019a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ pages: # job 的名称必须要是 pages script: # 生成站点 - mkdir public - cp *.md public/ + - cp *.htlm public/ artifacts: # 制品 paths: - public \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3709e80 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ + \ No newline at end of file