Skip to content

Commit

Permalink
updata: slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 4, 2023
1 parent 2e07917 commit 98334e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -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
Expand Down

0 comments on commit 98334e6

Please sign in to comment.