From fbb24af23db309a0dd002ce77bc11110140f18af Mon Sep 17 00:00:00 2001 From: yunpeng Date: Thu, 19 Dec 2024 20:30:33 +0800 Subject: [PATCH] update cicd_script --- .gitea/workflows/blog_hexo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/blog_hexo.yaml b/.gitea/workflows/blog_hexo.yaml index d7a069b..ce55879 100644 --- a/.gitea/workflows/blog_hexo.yaml +++ b/.gitea/workflows/blog_hexo.yaml @@ -13,6 +13,7 @@ jobs: name: Deploy blog runs-on: ubuntu-latest container: + image: node:16.18.0-alpine volumes: - ${{ env.DEPLOYED_DIR }}:/deployed-site steps: