更新 .gitea/workflows/deploy.yml
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Has been cancelled

This commit is contained in:
2025-10-13 23:40:38 +08:00
parent 59746e763d
commit 77041a8e12

View File

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: https://gitea.com/actions/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v4
- name: Setup Node.js
uses: https://gitea.com/actions/actions/setup-node@v4
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '18'
cache: 'npm' # 启用npm缓存