mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-08-07 04:29:45 +08:00
Update 3 files
- /assets/js/blog-console.js - /_data/proxylist.yml - /_tools/envs_post-receive
This commit is contained in:
@@ -15,7 +15,6 @@ mirrors:
|
|||||||
- https://mayx.gitpage.si/
|
- https://mayx.gitpage.si/
|
||||||
- https://mayx.serv00.net/
|
- https://mayx.serv00.net/
|
||||||
- https://mayx.vercel.app/
|
- https://mayx.vercel.app/
|
||||||
- https://mayx-blog.pgs.sh/
|
|
||||||
- https://mayx.netlify.app/
|
- https://mayx.netlify.app/
|
||||||
- https://mayx.gitnet.page/
|
- https://mayx.gitnet.page/
|
||||||
- https://mayx.stormkit.dev/
|
- https://mayx.stormkit.dev/
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ cd blog
|
|||||||
mkdir Mabbs
|
mkdir Mabbs
|
||||||
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
|
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
|
||||||
bundle exec jekyll build -d ../public_html
|
bundle exec jekyll build -d ../public_html
|
||||||
ssh pgs.sh rm blog --write
|
|
||||||
rsync --delete --exclude='.git' -rv ../public_html/ mayx@pgs.sh:/blog
|
|
||||||
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
|
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
|
||||||
mv MayxBlog.tgz ../public_html/
|
mv MayxBlog.tgz ../public_html/
|
||||||
cd ../public_html/
|
cd ../public_html/
|
||||||
|
|||||||
@@ -1108,7 +1108,7 @@
|
|||||||
annotations: t.annotations,
|
annotations: t.annotations,
|
||||||
execute: t.execute
|
execute: t.execute
|
||||||
};
|
};
|
||||||
return ctx.registerTool(tool, { signal: controller.signal }).then(function () {
|
return Promise.resolve(ctx.registerTool(tool, { signal: controller.signal })).then(function () {
|
||||||
state.registered.push(t.name);
|
state.registered.push(t.name);
|
||||||
});
|
});
|
||||||
})).then(function () {
|
})).then(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user