From 553e42dac061e57896b19b5c0477fe2bfea10589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8E=A2=E5=A7=AC?= <41804496+ProbiusOfficial@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:11:27 +0800 Subject: [PATCH] fix ci --- .github/workflows/ghdeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghdeploy.yml b/.github/workflows/ghdeploy.yml index 0896f8a..0067bfe 100644 --- a/.github/workflows/ghdeploy.yml +++ b/.github/workflows/ghdeploy.yml @@ -21,7 +21,7 @@ jobs: - name: Fetch PhishingBook.md from external repository run: | - curl -o docs/PhishingBook.md https://raw.githubusercontent.com/tib36/PhishingBook/README.md + curl -o docs/PhishingBook.md https://raw.githubusercontent.com/tib36/PhishingBook/main/README.md - name: Set up Python uses: actions/setup-python@v2