From fa38f8ea26ee921d0b9aad3cf3aa31bf14e95461 Mon Sep 17 00:00:00 2001 From: mobyw Date: Tue, 7 Nov 2023 22:16:33 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E6=9B=B4=E6=8D=A2=20GitHub?= =?UTF-8?q?=20=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 f63fa9d..16f3b45 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.com/https://raw.githubusercontent.com/swjtuhub/SWJTU-Courses/main/" + run: md-index --depth=2 --url-prefix="https://ghproxy.net/https://raw.githubusercontent.com/swjtuhub/SWJTU-Courses/main/" working-directory: "./" - name: Build website