Browse Source

ci: fix ci md2pdf

tags/0.1.0
TCL 3 years ago
parent
commit
e454df7fd7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/upload_COS.yml

+ 2
- 2
.github/workflows/upload_COS.yml View File

@@ -70,8 +70,8 @@ jobs:
- name: Create PDF
uses: mkrakowitzer/actions-makepdfs@v1.3
with:
markdown_dir: .\Md
output_dir: .\THUAI6\
markdown_dir: ./Md
output_dir: ./THUAI6/

- name: Tencent Cloud COS Action
uses: TencentCloud/cos-action@v1


Loading…
Cancel
Save