From 99b8cc23b4d221153a293bb9f73db7a9cdef7c57 Mon Sep 17 00:00:00 2001 From: perqin Date: Thu, 4 Jul 2024 23:45:40 +0800 Subject: [PATCH] ci: use forked hexo-action --- .github/workflows/hexo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hexo.yml b/.github/workflows/hexo.yml index 496342d..05e32f0 100644 --- a/.github/workflows/hexo.yml +++ b/.github/workflows/hexo.yml @@ -43,7 +43,7 @@ jobs: # Deploy hexo blog website. - name: Deploy id: deploy - uses: sma11black/hexo-action@v1.0.4 + uses: zhugleo/deploy-hexo-action@v1.0.5 with: deploy_key: ${{ secrets.DEPLOY_KEY }} # Use the output from the `deploy` step(use for test action)