Skip to content

Commit

Permalink
update: rewrite path test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 4, 2023
1 parent 612501a commit 2e07917
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Expand Up @@ -26,11 +26,13 @@ jobs:
- name: build project
run: npm run build

- name: rewrite .gitignore to include /lib files
run: sed -i '/lib/d' .gitignore
# - name: rewrite .gitignore to include /lib files
# run: sed -i '/lib/d' .gitignore

- name: add /lib files
run: git add ./lib
# - 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

- name: Deploy to GithubPages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2e07917

Please sign in to comment.