From a65c8caa57b1dde5d3250d60cb52c5f8b74f66c7 Mon Sep 17 00:00:00 2001 From: mobyw Date: Sat, 4 Jan 2025 18:08:46 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=20GitHub=20?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16f3b451..6ecd84f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: run: pip install mkdocs - name: Build index - run: md-index --depth=2 --url-prefix="https://ghproxy.net/https://raw.githubusercontent.com/swjtuhub/SWJTU-Courses/main/" + run: md-index --depth=2 --url-prefix="https://ghgo.xyz/https://raw.githubusercontent.com/swjtuhub/SWJTU-Courses/main/" working-directory: "./" - name: Build website