From 98334e6be048e57d4af107eb0eaa267a2b6dcf1e Mon Sep 17 00:00:00 2001 From: koy <369491420@qq.com> Date: Mon, 4 Dec 2023 16:07:45 +0800 Subject: [PATCH] updata: slash. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1fbe90548..8f5c1c41d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: # - name: add /lib files # run: git add ./lib - name: rewirte path to CDN @4 - run: sed -i 's/\"\/lib/\"\/\\/cdn.jsdelivr.net\/npm\/docsify@4\/lib/g' /docs/index.html + run: sed -i 's|\"\/lib|\"\/\\/cdn.jsdelivr.net\/npm\/docsify@4\/lib|g' /docs/index.html - name: Deploy to GithubPages uses: peaceiris/actions-gh-pages@v3