Skip to content

Commit 2768bc0

Browse files
committed
修正构建脚本错误
1 parent 0c1ef7b commit 2768bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363

6464
- name: Add Scroll TOC JS 🐌
6565
run: |
66+
mkdir -p target/docs/multipage/assets/scripts/
6667
touch target/docs/multipage/assets/scripts/scroll-toc.js
6768
cat > target/docs/multipage/assets/scripts/scroll-toc.js <<- EOF
6869
document.querySelector('#toc li a span.toc-current')

0 commit comments

Comments
 (0)