rebuilding site Sat Jul 30 08:43:49 AM CST 2022

This commit is contained in:
James Feng Cao 2022-07-30 08:43:49 +08:00
parent 368ab38699
commit c6909f2fbb
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
pages:
stage: deploy
script:
- echo build
- rm -rf public
- mkdir tpublic
- ls | grep -v tpublic | xargs cp -r -t tpublic
- mv tpublic public
artifacts:
paths:
- .
- public