Skip to content

Commit a01aec5

Browse files
committed
realfix
1 parent c034c49 commit a01aec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_release_pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Compile PDF document
4040
run: |
41-
node export_to_pdf.js files://$PWD/site/print_page/index.html cppguidebook.pdf "小彭老师的现代 C++ 大典"
41+
node misc/export_to_pdf.js files://$PWD/site/print_page/index.html cppguidebook.pdf "小彭老师的现代 C++ 大典"
4242
4343
- name: Delete old Release
4444
uses: actions/github-script@v7

0 commit comments

Comments
 (0)