From 1a96214e8fd6afec3802870f38e5220a445dce4d Mon Sep 17 00:00:00 2001 From: ywmoyue Date: Tue, 20 Aug 2024 16:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=95=99=E7=A8=8B=E6=94=B9=E4=B8=BAdev=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94569d04..c32b160f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: git clone https://github.com/ywmoyue/OnlinePageToPDF-Node.git cd OnlinePageToPDF-Node npm install - node index.js --waitTime=35000 --pageUrl="http://markdown.muyan233.top:352/?fileUrl=https%3A%2F%2Fraw.githubusercontent.com%2Fywmoyue%2Fbiliuwp-lite%2Fmaster%2Fdocument%2Finstall-readme.md" --pdfFilePath="安装教程.pdf" + node index.js --waitTime=35000 --pageUrl="http://markdown.muyan233.top:352/?fileUrl=https%3A%2F%2Fraw.githubusercontent.com%2Fywmoyue%2Fbiliuwp-lite%2Fdev%2Fdocument%2Finstall-readme.md" --pdfFilePath="安装教程.pdf" cd .. cp ./OnlinePageToPDF-Node/安装教程.pdf C:\Package\安装教程.pdf