Skip to content

Commit

Permalink
update: rewrite path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 4, 2023
1 parent f7e726e commit 164f353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
# Option1: Copy /lib flow
# - uses: actions/setup-node@v4
# with:
# node-version: 18
Expand All @@ -31,6 +32,8 @@ jobs:

# - name: add /lib files
# run: git add ./lib

# Option2: rewrite path
- name: rewirte path to CDN @4
run: sed -i 's|\"\/lib|\"\/\/cdn.jsdelivr.net\/npm\/docsify@4\/lib|g' ./docs/index.html

Expand Down

0 comments on commit 164f353

Please sign in to comment.