From e9ef6efea346515e13e683bc9a527fae06f601e1 Mon Sep 17 00:00:00 2001 From: Toly Date: Sun, 22 Sep 2024 10:42:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=A7=20Change=20website=20url.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4d38c96..26666b2 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -41,7 +41,7 @@ export default defineConfig({ footer: { message: "Powered by Toly with full 💖 ", copyright: - "如何学习英语?", + "如何学习英语?", }, }, }); From 7adbbc75b4ed133706a002cb3dc56886e1aa338e Mon Sep 17 00:00:00 2001 From: Toly Date: Sun, 22 Sep 2024 10:44:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=A7=20Update=20pipeline.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1abe433..1126015 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,6 +31,7 @@ jobs: - run: pnpm run docs:build - run: cp google* docs/cs-reading/ - name: Deploy + if: github.ref == 'refs/heads/master' uses: easingthemes/ssh-deploy@v2.1.5 env: #私钥