From f7e726e6b4eec825e39a896896aafc4c1a792415 Mon Sep 17 00:00:00 2001 From: koy <369491420@qq.com> Date: Mon, 4 Dec 2023 16:12:00 +0800 Subject: [PATCH] fix: path2. --- .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 14028b56b..2e31d7ef2 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