From 11626fba51a9fdf2af42fd93e6f9b02d0c07a233 Mon Sep 17 00:00:00 2001 From: "yunpeng.zhang" Date: Thu, 19 Dec 2024 17:14:09 +0800 Subject: [PATCH] update cicd_script --- .gitea/workflows/blog_hexo.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/blog_hexo.yaml b/.gitea/workflows/blog_hexo.yaml index 4774e59..6fbe93b 100644 --- a/.gitea/workflows/blog_hexo.yaml +++ b/.gitea/workflows/blog_hexo.yaml @@ -15,14 +15,16 @@ jobs: steps: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - name: Configure run: | npm config set registry https://registry.npmmirror.com npx --yes actions/setup-node@v3 --node-version 16.18 + + - name: Check out repository code + uses: actions/checkout@v4 + - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + + - name: Build run: |