mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sat Jul 30 08:43:49 AM CST 2022
This commit is contained in:
parent
368ab38699
commit
c6909f2fbb
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- echo build
|
- rm -rf public
|
||||||
|
- mkdir tpublic
|
||||||
|
- ls | grep -v tpublic | xargs cp -r -t tpublic
|
||||||
|
- mv tpublic public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .
|
- public
|
||||||
|
|
Loading…
Reference in a new issue