From 3b1d488e6c4d87799fcdf60714013b0b2835c4e4 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Tue, 1 Mar 2022 22:40:26 +0800 Subject: [PATCH] update ci file --- .codechina-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index db6f651..a9118cb 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -6,11 +6,12 @@ pages: - node_modules/ script: - - yarn install # npm install - - yarn add -D vuepress # npm install -D vuepress - - yarn docs:build # npm run docs:build + - yarn install # npm install + - yarn add -D vuepress # npm install -D vuepress + - yarn docs:build # npm run docs:build artifacts: paths: - public + expire_in: 1 day only: - - master + - pages \ No newline at end of file -- GitLab