mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sat Jul 30 07:53:52 AM CST 2022
This commit is contained in:
parent
f43b1ebbaf
commit
04912cdc03
3 changed files with 17 additions and 1 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -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
|
|
@ -4,7 +4,11 @@
|
|||
[Uweb browser: updates, plugins and tips](https://torappinfo.github.io/uwebzh/en)
|
||||
(Mirrors: [vercel](https://uweb-zh.vercel.app/en)
|
||||
[netlify](https://uwebzh.netlify.app/en)
|
||||
[pages](https://uwebzh.pages.dev/en))
|
||||
[pages](https://uwebzh.pages.dev/en)
|
||||
[stormkit](https://uweb.stormkit.dev/en)
|
||||
[surge](https://uweb.surge.sh/en/)
|
||||
[render](https://uwebzh.onrender.com/en)
|
||||
)
|
||||
|
||||
- Tiny, less than 200k
|
||||
- Efficient: run fast and less touches
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
[超微浏览器更新及使用技巧](https://uweb-zh.vercel.app/zh)
|
||||
(镜像: [netlify](https://uwebzh.netlify.app/zh)
|
||||
[pages](https://uwebzh.pages.dev/zh)
|
||||
[stormkit](https://uweb.stormkit.dev/en)
|
||||
[surge](https://uweb.surge.sh/en/)
|
||||
[github](https://torappinfo.github.io/uwebzh/zh))
|
||||
|
||||
- 微:不到200K。
|
||||
|
|
Loading…
Reference in a new issue