feat:提交测试

This commit is contained in:
2024-12-26 10:48:38 +08:00
parent b785867f8a
commit a60cbb5a4a
3 changed files with 3 additions and 13 deletions

View File

@@ -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