From 8a822910255c06e736d2905647a86d0ad5e2d5bf Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Wed, 2 Mar 2022 15:26:36 +0800 Subject: [PATCH] modify ci --- .codechina-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index 5941312..19be0e4 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -9,7 +9,8 @@ pages: - yarn install # npm install - yarn add -D vuepress # npm install -D vuepress - yarn docs:build # npm run docs:build - - cp robots.txt public/ + - mkdir public + - cp robots.txt public - mv docs/.vuepress/dist public artifacts: paths: -- GitLab