From ed8b3645beba8b0f4c7cd6a0ccc863c15db0b767 Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Thu, 19 Dec 2024 22:26:00 +0800 Subject: [PATCH] Fix typo in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 335da54..2ada08a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: #coscmd upload -rs --delete -f ./ / --ignore index.html #find . -mindepth 1 ! -name index.html -exec rm -rf {} + coscmd upload -rs --delete -f ./assets /assets - rf -rf assets + rm -rf assets - name: Upload Artifact uses: actions/upload-pages-artifact@v3 with: