mirror of https://github.com/torappinfo/uweb
rebuilding site Sat Jul 30 07:53:52 AM CST 2022
parent
f43b1ebbaf
commit
04912cdc03
@ -0,0 +1,10 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir tpublic
|
||||
- ls | grep -v tpublic | xargs cp -t tpublic
|
||||
- mv tpublic public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
Loading…
Reference in New Issue