update cicd_script
Some checks failed
Hexo Blog CICD / Deploy blog (push) Failing after 7s

This commit is contained in:
yunpeng.zhang 2024-12-19 17:14:09 +08:00
parent e6bedcd1d0
commit 11626fba51

View File

@ -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: |