From 389ef5be731f52e3f563d6d83a62d68e31f75da9 Mon Sep 17 00:00:00 2001 From: wxy <1939311091@qq.com> Date: Thu, 23 May 2024 11:41:21 +0800 Subject: [PATCH] feat: Supports crawling classical Chinese and fixes the issue that Chinese translation or annotations are missing --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b236226..6729192 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: needs: - black-check - install-dependencies - if: github.repository == 'palp1tate/fetch_gushiwen' && github.event_name == 'push' + if: github.repository == 'palp1tate/fetch-gushiwen' && github.event_name == 'push' steps: - name: Checkout uses: actions/checkout@v4.1.4