From 76fde114767d4820239b6d9ec8fd95e56ac6e98c Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Tue, 24 Dec 2024 00:09:02 -0500 Subject: [PATCH] so its working dir is repo dir? --- .github/workflows/gh-pages.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 74f5e436..e534f434 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -53,14 +53,13 @@ jobs: mv /tmp/deploy-schema/artifact.zip source/online/rime.zip npx hexo clean npx hexo generate - zip -r artifact.zip public - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: artifact + name: public path: | - artifact.zip + blog/public - name: Deploy uses: peaceiris/actions-gh-pages@v4